<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Logo not shown in slideshow pauses"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132086">132086</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Logo not shown in slideshow pauses
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Impress
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>heiko.tietze@documentfoundation.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Slide Show > Slide Show Settings: select Loop and repeat after (with >0s) and
check Show Logo

Expected: Logo is shown

One reason is in SfxApplication::GetApplicationLogo(long nWidth) [1] where the
flat_logo is overridden by a transparent about image. But even with a proper
about.svg it fails, likely because of wrong parameters at maLogo.Draw( this,
aGrfPos, aGrfSize ); [2]

[1]
<a href="https://opengrok.libreoffice.org/xref/core/sfx2/source/appl/appmisc.cxx?r=8d3cec3c#174">https://opengrok.libreoffice.org/xref/core/sfx2/source/appl/appmisc.cxx?r=8d3cec3c#174</a>
[2]
<a href="https://opengrok.libreoffice.org/xref/core/sd/source/ui/slideshow/showwin.cxx?r=d526bd7d#453">https://opengrok.libreoffice.org/xref/core/sd/source/ui/slideshow/showwin.cxx?r=d526bd7d#453</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>