summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-20 09:00:42 +0200
committerNoel Grandin <noel@peralex.com>2015-04-22 10:28:40 +0200
commit24724aad8e24d0ef3006934a0de3f4b3f9bcd884 (patch)
tree0e92b6b358ddbd10b12e0e7a66bb88d78ae1bccd /svx/source/svdraw
parent2d1c78e5335dee23f2ace23c7a90b56be201cd3d (diff)
convert GRFMGR_DRAW_ constants to scoped enum
Change-Id: Ie0b4cc1d2cfa740d0e260db52db635c3fe6b90b6
Diffstat (limited to 'svx/source/svdraw')
-rw-r--r--svx/source/svdraw/svdpntv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdpntv.cxx b/svx/source/svdraw/svdpntv.cxx
index d92b437a4210..aa96a6c58eff 100644
--- a/svx/source/svdraw/svdpntv.cxx
+++ b/svx/source/svdraw/svdpntv.cxx
@@ -190,7 +190,7 @@ void SdrPaintView::ImpClearVars()
bRestoreColors=true;
pDefaultStyleSheet=NULL;
bSomeObjChgdFlag=false;
- nGraphicManagerDrawMode = GRFMGR_DRAW_STANDARD;
+ nGraphicManagerDrawMode = GraphicManagerDrawFlags::STANDARD;
aComeBackIdle.SetPriority(SchedulerPriority::REPAINT);
aComeBackIdle.SetIdleHdl(LINK(this,SdrPaintView,ImpComeBackHdl));