From 5252d3951f2febdfc714f37ffef9f4c0794c4cec Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 18 Aug 2016 11:06:48 +0200 Subject: convert SdrRepeatFunc to scoped enum Change-Id: I7702cf3696222c3e1d2422b602bb6c8394e39d7a --- include/svx/svdedtv.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/svdedtv.hxx') 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: -- cgit v1.2.3