<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - VIEWING / SLIDESHOW: Pause duration in "Auto" mode defaults to 10s when presentation is opened in PowerPoint"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=83247#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - VIEWING / SLIDESHOW: Pause duration in "Auto" mode defaults to 10s when presentation is opened in PowerPoint"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=83247">bug 83247</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>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]
<a href="http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#__RefHeading__1417722_253892949">http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#__RefHeading__1417722_253892949</a>

[2]
<a href="https://opengrok.libreoffice.org/xref/core/sd/source/core/drawdoc.cxx?r=e2d2a338#97">https://opengrok.libreoffice.org/xref/core/sd/source/core/drawdoc.cxx?r=e2d2a338#97</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>