svx/source/svdraw/svdpdf.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 29eb9056683b298b877f6bcaae77b8c384380915 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Mon Aug 18 13:29:44 2025 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Wed Sep 17 14:09:40 2025 +0200
use same map mode that line breaking will use Change-Id: I29fd267e21f246d2de9bc3f75675b1465a0a6dfa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190983 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/svx/source/svdraw/svdpdf.cxx b/svx/source/svdraw/svdpdf.cxx index 3c0c4432047f..cd5a53ad6005 100644 --- a/svx/source/svdraw/svdpdf.cxx +++ b/svx/source/svdraw/svdpdf.cxx @@ -99,6 +99,7 @@ ImpSdrPdfImport::ImpSdrPdfImport(SdrModel& rModel, SdrLayerID nLay, const tools: { // Same as SdModule mpVD->SetReferenceDevice(VirtualDevice::RefDevMode::Dpi600); + mpVD->SetMapMode(MapMode(MapUnit::Map100thMM)); mpVD->EnableOutput(false); mpVD->SetLineColor(); mpVD->SetFillColor();