summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-18 11:06:48 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 08:18:37 +0200
commit5252d3951f2febdfc714f37ffef9f4c0794c4cec (patch)
tree9ffea1266d65c65b78d22ee60e8c830282975597 /svx/source/svdraw/svdedtv.cxx
parent4625dcc13cbe6d5277e7c8bc99879b1c060796c0 (diff)
convert SdrRepeatFunc to scoped enum
Change-Id: I7702cf3696222c3e1d2422b602bb6c8394e39d7a
Diffstat (limited to 'svx/source/svdraw/svdedtv.cxx')
-rw-r--r--svx/source/svdraw/svdedtv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdedtv.cxx b/svx/source/svdraw/svdedtv.cxx
index 6e8b88d2619d..657ad7d62693 100644
--- a/svx/source/svdraw/svdedtv.cxx
+++ b/svx/source/svdraw/svdedtv.cxx
@@ -784,7 +784,7 @@ void SdrEditView::DeleteMarkedObj()
// moved breaking action and undo start outside loop
BrkAction();
- BegUndo(ImpGetResStr(STR_EditDelete),GetDescriptionOfMarkedObjects(),SDRREPFUNC_OBJ_DELETE);
+ BegUndo(ImpGetResStr(STR_EditDelete),GetDescriptionOfMarkedObjects(),SdrRepeatFunc::Delete);
// remove as long as something is selected. This allows to schedule objects for
// removal for a next run as needed