summaryrefslogtreecommitdiff
path: root/include/svx/svdmodel.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/svdmodel.hxx
parent4625dcc13cbe6d5277e7c8bc99879b1c060796c0 (diff)
convert SdrRepeatFunc to scoped enum
Change-Id: I7702cf3696222c3e1d2422b602bb6c8394e39d7a
Diffstat (limited to 'include/svx/svdmodel.hxx')
-rw-r--r--include/svx/svdmodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index ac1f82f83849..30084a87c564 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -460,7 +460,7 @@ public:
// Actions on the SdrView however do generate those.
void BegUndo(); // open Undo group
void BegUndo(const OUString& rComment); // open Undo group
- void BegUndo(const OUString& rComment, const OUString& rObjDescr, SdrRepeatFunc eFunc=SDRREPFUNC_OBJ_NONE); // open Undo group
+ void BegUndo(const OUString& rComment, const OUString& rObjDescr, SdrRepeatFunc eFunc=SdrRepeatFunc::NONE); // open Undo group
void EndUndo(); // close Undo group
void AddUndo(SdrUndoAction* pUndo);
sal_uInt16 GetUndoBracketLevel() const { return nUndoLevel; }