summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-31 16:15:27 +0200
committerNoel Grandin <noel@peralex.com>2016-09-01 11:05:21 +0200
commita53e6e2b3cc92e46961260137208eacec474093f (patch)
treea47369a1bb4b76af34bbd94e194a681606ce5085 /sd
parent3a897f7cbf44f44f2baa750f85d9aecbbbd2b6f9 (diff)
convert RefDevMode to scoped enum
and fix the bForceZeroExtleadBug TODO Change-Id: Iac9295c6ce31112d69a870e3a229823eb1e9a4f2
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/app/sdmod.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx
index 9f0ff7de6be2..3da56e0ece1d 100644
--- a/sd/source/ui/app/sdmod.cxx
+++ b/sd/source/ui/app/sdmod.cxx
@@ -94,7 +94,7 @@ SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 )
// formatting of text in small sizes (6 point and below.)
mpVirtualRefDevice.reset(VclPtr<VirtualDevice>::Create());
mpVirtualRefDevice->SetMapMode( MAP_100TH_MM );
- mpVirtualRefDevice->SetReferenceDevice ( VirtualDevice::REFDEV_MODE06 );
+ mpVirtualRefDevice->SetReferenceDevice ( VirtualDevice::RefDevMode::Dpi600 );
}
// Dtor