diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-21 11:06:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-21 11:42:53 +0000 |
commit | d235f643680084fd54e0b2dc95605e8781ac6b88 (patch) | |
tree | db45fa4b6086e6420b085400fd1b1fed4f00284a /vcl | |
parent | 584c745ea484e1f8047278fc83b41b30a90f884d (diff) |
convert OutDevViewType to scoped enum
Change-Id: Id980f09c198ca976c88b11030f5db9d6f010add1
Reviewed-on: https://gerrit.libreoffice.org/32274
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/outdev/outdev.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/outdev.cxx b/vcl/source/outdev/outdev.cxx index ccf2e929d771..d1a3e8e97912 100644 --- a/vcl/source/outdev/outdev.cxx +++ b/vcl/source/outdev/outdev.cxx @@ -84,7 +84,7 @@ OutputDevice::OutputDevice() : mnTextLayoutMode = ComplexTextLayoutFlags::BiDiRtl | ComplexTextLayoutFlags::TextOriginLeft; meOutDevType = OUTDEV_DONTKNOW; - meOutDevViewType = OUTDEV_VIEWTYPE_DONTKNOW; + meOutDevViewType = OutDevViewType::DontKnow; mbMap = false; mbClipRegion = false; mbBackground = false; |