summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpoev.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-18 13:58:49 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 08:18:37 +0200
commit1a37d46c794fd8aa5cf2dba0d74103c5c74e9ca2 (patch)
tree5d42ac4d6063eaf578831b34f5269c28adf07318 /svx/source/svdraw/svdpoev.cxx
parentc2238e16fd131c4e6d49960e8b3caf5ec6a3d001 (diff)
convert SdrInsertReasonKind to scoped enum
Change-Id: I225250ef296bb263bdb83c13e23412bf0204be51
Diffstat (limited to 'svx/source/svdraw/svdpoev.cxx')
-rw-r--r--svx/source/svdraw/svdpoev.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdpoev.cxx b/svx/source/svdraw/svdpoev.cxx
index 166590d43ebd..b1795f197383 100644
--- a/svx/source/svdraw/svdpoev.cxx
+++ b/svx/source/svdraw/svdpoev.cxx
@@ -380,7 +380,7 @@ void SdrPolyEditView::RipUpAtMarkedPoints()
if(pNeuObj)
{
- SdrInsertReason aReason(SDRREASON_VIEWCALL);
+ SdrInsertReason aReason(SdrInsertReasonKind::ViewCall);
pM->GetPageView()->GetObjList()->InsertObject(pNeuObj, pObj->GetOrdNum() + 1, &aReason);
if( bUndo )
AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pNeuObj));