summaryrefslogtreecommitdiff
path: root/include/svx/svdedtv.hxx
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 /include/svx/svdedtv.hxx
parent4625dcc13cbe6d5277e7c8bc99879b1c060796c0 (diff)
convert SdrRepeatFunc to scoped enum
Change-Id: I7702cf3696222c3e1d2422b602bb6c8394e39d7a
Diffstat (limited to 'include/svx/svdedtv.hxx')
-rw-r--r--include/svx/svdedtv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx
index 71c1fd2ac8df..74c97f4934f4 100644
--- a/include/svx/svdedtv.hxx
+++ b/include/svx/svdedtv.hxx
@@ -180,7 +180,7 @@ public:
// NotifyNewUndoAction() is not called for an empty group.
void BegUndo() { mpModel->BegUndo(); } // open undo-grouping
void BegUndo(const OUString& rComment) { mpModel->BegUndo(rComment); } // open undo-grouping
- void BegUndo(const OUString& rComment, const OUString& rObjDescr, SdrRepeatFunc eFunc=SDRREPFUNC_OBJ_NONE) { mpModel->BegUndo(rComment,rObjDescr,eFunc); } // open undo-grouping
+ void BegUndo(const OUString& rComment, const OUString& rObjDescr, SdrRepeatFunc eFunc=SdrRepeatFunc::NONE) { mpModel->BegUndo(rComment,rObjDescr,eFunc); } // open undo-grouping
void EndUndo(); // close undo-grouping (incl. BroadcastEdges)
void AddUndo(SdrUndoAction* pUndo) { mpModel->AddUndo(pUndo); } // add action
// only after first BegUndo or befor last EndUndo: