Description: I have a chart in a document from LibreOffice 6.0, and when I open in 6.1, the "draw" of this chart is more plain and in different angle than 6.0. The properties for two charts are the same if I go to 3D View. Steps to Reproduce: 1. Create a pie chart with data in LO 6.0 (I think it affects more when some in Legend is a bit large. 2. Open in LO 6.1 Actual Results: They don't look the same. Expected Results: They has to look equal. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.183 Safari/537.36 Vivaldi/1.96.1147.36
Created attachment 142205 [details] An example
This seems to have begun at the below commit. Adding Cc: to Tomaž Vajngerl ; Could you possibly take a look at this one? Thanks 60ac6cac243beeb4f817db28e3c03afc6e1610db is the first bad commit commit 60ac6cac243beeb4f817db28e3c03afc6e1610db Author: Jenkins Build User <tdf@pollux.tdf> Date: Tue Dec 19 06:49:30 2017 +0100 source e1697600253361a26d77a1ef61f8bde16af0ed2c author Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> 2017-12-13 22:03:12 +0900 committer Tomaž Vajngerl <quikee@gmail.com> 2017-12-18 12:37:41 +0100 commit e1697600253361a26d77a1ef61f8bde16af0ed2c (patch) tree 533a2baeea5a71b6977d90d63f71d986c8394d73 parent beb091666aa325376b4ad6d1ff68c7c3ae82fcd4 (diff) chart2: Batch changes to properties when creating 3D objects
The coordinate-region should be filled totally by the piechart, but that is not the case in LO6.1. After resaving in LO6.1 the coordinate-region has got a smaller height.
Created attachment 145983 [details] Comparison screenshot
The change to impl_createCube(...) is what results in the different behavior, but the actual cause must be elsewhere, perhaps in how MultyPropertySet is handled for the shape vs PropertySet.
Seems like the exact duplicate of bug 114836. *** This bug has been marked as a duplicate of bug 114836 ***