https://bugs.documentfoundation.org/show_bug.cgi?id=96391
--- Comment #4 from Armin Le Grand <[email protected]> --- Basic problem is the different defaultfor alignment of non-growing text boxes (and it is not possible to create those CustomShape TextBoxes in LO using the UI). LO uses Top-Center while PPT uses Top-Left. At import of the token 'AnchorCtr' the importer sets TextHorizontalAdjust_CENTER. That token is only set if not top-left in PPT. This means that we need to set TextHorizontalAdjust_LEFT when that token is not set and nothing when set (center is already the default). That works well at import. Changing our default is not a good idea since that would lead to problems with our own existing files. Additionally that needs to be taken into account at save time, checking where to do that... -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
