https://bugs.documentfoundation.org/show_bug.cgi?id=97630

--- Comment #8 from Jos van den Oever <[email protected]> ---
This bug bites me whenever I write a presentation.

I tend to set LibreOffice to save ODF 1.2 *without extensions*. This is the
recommended setting if one wants to avoid interoperability surprises.

When I create a presentation and save it as plain ODF 1.2, the attribute
draw:fit-to-size on the style Standaard-outline1 is saved as 'true'. So after I
reopen my presentation, most body frames in the presentation will suddenly
scale the text to the box.

The solution to this is then to manually set all of them to false in
LibreOffice or to edit styles.xml and set draw:fit-to-size to 'false' for
Standaard-outline1.

I suspect that the cause for this bug is that when saving draw:fit-to-size in
plain ODF 1.2 mode, the runtime value is draw:fit-to-size="shrink-to-fit" and
that is being translated to draw:fit-to-size="true" where it should be
translated to style:shrink-to-fit="true".

Probably a fairly simple fix. (famous last words)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to