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

--- Comment #8 from Mike Kaganski <[email protected]> ---
This is definitely a bug - or maybe several bugs:

1. In ODF: since PowerPoint seems to not support the pause option in
presentations, it simply ignores any value set in presentation:pause attribute
[1], and doesn't write it back to ODF. But LibreOffice treats the missing
attribute as its "default" 10 s, which is incompliant to the standard which
requires that missing attribute be treated as if 0 s pause duration was set.

2. In external formats (namely, PPT), it introduces the (default) delay of 10 s
absent in the PPT.

The problem is likely remedied simply by replacing the default of 10 s by 0 s
in PresentationSettings::PresentationSettings() [2].

[1]
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#__RefHeading__1417722_253892949

[2]
https://opengrok.libreoffice.org/xref/core/sd/source/core/drawdoc.cxx?r=e2d2a338#97

-- 
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