summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unmovss.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unmovss.hxx')
-rw-r--r--sd/source/ui/inc/unmovss.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/unmovss.hxx b/sd/source/ui/inc/unmovss.hxx
index 3a976e5ef95e..65fca011ee5d 100644
--- a/sd/source/ui/inc/unmovss.hxx
+++ b/sd/source/ui/inc/unmovss.hxx
@@ -36,10 +36,10 @@ public:
SdMoveStyleSheetsUndoAction(SdDrawDocument* pTheDoc, SdStyleSheetVector& rTheStyles, bool bInserted);
virtual ~SdMoveStyleSheetsUndoAction();
- virtual void Undo();
- virtual void Redo();
+ virtual void Undo() SAL_OVERRIDE;
+ virtual void Redo() SAL_OVERRIDE;
- virtual OUString GetComment() const;
+ virtual OUString GetComment() const SAL_OVERRIDE;
};
#endif // INCLUDED_SD_SOURCE_UI_INC_UNMOVSS_HXX