summaryrefslogtreecommitdiff
path: root/include/svx/sdrundomanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdrundomanager.hxx')
-rw-r--r--include/svx/sdrundomanager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/sdrundomanager.hxx b/include/svx/sdrundomanager.hxx
index f93ba2f35146..14f05b7ce8e1 100644
--- a/include/svx/sdrundomanager.hxx
+++ b/include/svx/sdrundomanager.hxx
@@ -43,11 +43,11 @@ public:
virtual ~SdrUndoManager();
/// react depending on edit mode and if no more undo is possible
- virtual bool Undo() SAL_OVERRIDE;
- virtual bool Redo() SAL_OVERRIDE;
+ virtual bool Undo() override;
+ virtual bool Redo() override;
// #i123350#
- virtual void Clear() SAL_OVERRIDE;
+ virtual void Clear() override;
// Call for the view which starts the interactive text edit. Use link to
// activate (start text edit) and empty link to reset (end text edit). On