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

--- Comment #76 from Telesto <tele...@surfxs.nl> ---
@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
https://opengrok.libreoffice.org/xref/core/i18nutil/source/utility/paper.cxx#55

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

So instead of IN2MM100( 8.5 ), IN2MM100( 11 ) -->  MM2MM100 (215.9) MM2MM100 (
279.4 )

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to