summaryrefslogtreecommitdiff
path: root/include/svx/sdrundomanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdrundomanager.hxx')
-rw-r--r--[-rwxr-xr-x]include/svx/sdrundomanager.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/sdrundomanager.hxx b/include/svx/sdrundomanager.hxx
index 3f3739d56958..c35ea74cbbc0 100755..100644
--- a/include/svx/sdrundomanager.hxx
+++ b/include/svx/sdrundomanager.hxx
@@ -45,11 +45,11 @@ public:
virtual ~SdrUndoManager();
/// react depending on edit mode and if no more undo is possible
- virtual bool Undo();
- virtual bool Redo();
+ virtual bool Undo() SAL_OVERRIDE;
+ virtual bool Redo() SAL_OVERRIDE;
// #i123350#
- virtual void Clear();
+ virtual void Clear() SAL_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