summaryrefslogtreecommitdiff
path: root/sc
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 /sc
parent3a897f7cbf44f44f2baa750f85d9aecbbbd2b6f9 (diff)
convert RefDevMode to scoped enum
and fix the bForceZeroExtleadBug TODO Change-Id: Iac9295c6ce31112d69a870e3a229823eb1e9a4f2
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/documen8.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/documen8.cxx b/sc/source/core/data/documen8.cxx
index e7bef1ad39fe..85957cc9d1ac 100644
--- a/sc/source/core/data/documen8.cxx
+++ b/sc/source/core/data/documen8.cxx
@@ -195,7 +195,7 @@ VirtualDevice* ScDocument::GetVirtualDevice_100th_mm()
#else
pVirtualDevice_100th_mm = VclPtr<VirtualDevice>::Create(DeviceFormat::BITMASK);
#endif
- pVirtualDevice_100th_mm->SetReferenceDevice(VirtualDevice::REFDEV_MODE_MSO1);
+ pVirtualDevice_100th_mm->SetReferenceDevice(VirtualDevice::RefDevMode::MSO1);
MapMode aMapMode( pVirtualDevice_100th_mm->GetMapMode() );
aMapMode.SetMapUnit( MAP_100TH_MM );
pVirtualDevice_100th_mm->SetMapMode( aMapMode );