[Libreoffice-bugs] [Bug 83247] VIEWING / SLIDESHOW: Pause duration in "Auto" mode defaults to 10s when presentation is opened in PowerPoint

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Feb 22 07:28:23 UTC 2019


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

--- Comment #8 from Mike Kaganski <mikekaganski at hotmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190222/c50277cf/attachment.html>


More information about the Libreoffice-bugs mailing list