<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PRINTs landscape despite configured as portrait (Mac OS)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=92190#c76">Comment # 76</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PRINTs landscape despite configured as portrait (Mac OS)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=92190">bug 92190</a>
              from <span class="vcard"><a class="email" href="mailto:telesto@surfxs.nl" title="Telesto <telesto@surfxs.nl>"> <span class="fn">Telesto</span></a>
</span></b>
        <pre>@Mike
The issue started after LibO 5.3.4.2 with the release builds. However, I'm
noticing the same issue in my own LODE LibO 5.3.4.2 build.

The issue is resolved by removing the "+ 0.5" from
<a href="https://opengrok.libreoffice.org/xref/core/i18nutil/source/utility/paper.cxx#55">https://opengrok.libreoffice.org/xref/core/i18nutil/source/utility/paper.cxx#55</a>

or defining the page size in MM instead of of INCH in 
<a href="https://opengrok.libreoffice.org/xref/core/i18nutil/source/utility/paper.cxx#74">https://opengrok.libreoffice.org/xref/core/i18nutil/source/utility/paper.cxx#74</a>

So instead of IN2MM100( 8.5 ), IN2MM100( 11 ) -->  MM2MM100 (215.9) MM2MM100 (
279.4 )</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>