diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-31 16:15:27 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-09-01 11:05:21 +0200 |
commit | a53e6e2b3cc92e46961260137208eacec474093f (patch) | |
tree | a47369a1bb4b76af34bbd94e194a681606ce5085 /drawinglayer | |
parent | 3a897f7cbf44f44f2baa750f85d9aecbbbd2b6f9 (diff) |
convert RefDevMode to scoped enum
and fix the bForceZeroExtleadBug TODO
Change-Id: Iac9295c6ce31112d69a870e3a229823eb1e9a4f2
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/primitive2d/textlayoutdevice.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/textlayoutdevice.cxx b/drawinglayer/source/primitive2d/textlayoutdevice.cxx index 22290230ec81..4f6d40701c79 100644 --- a/drawinglayer/source/primitive2d/textlayoutdevice.cxx +++ b/drawinglayer/source/primitive2d/textlayoutdevice.cxx @@ -100,7 +100,7 @@ namespace if(!mpVirDev) { mpVirDev = VclPtr<VirtualDevice>::Create(); - mpVirDev->SetReferenceDevice( VirtualDevice::REFDEV_MODE_MSO1 ); + mpVirDev->SetReferenceDevice( VirtualDevice::RefDevMode::MSO1 ); } if(!mnUseCount) |