summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undodraw.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/undodraw.hxx')
-rw-r--r--sc/source/ui/inc/undodraw.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sc/source/ui/inc/undodraw.hxx b/sc/source/ui/inc/undodraw.hxx
index 0630a0ac3597..3c28fa9a9508 100644
--- a/sc/source/ui/inc/undodraw.hxx
+++ b/sc/source/ui/inc/undodraw.hxx
@@ -39,16 +39,16 @@ public:
SfxUndoAction* GetDrawUndo() { return pDrawUndo; }
void ForgetDrawUndo();
- virtual void SetLinkToSfxLinkUndoAction(SfxLinkUndoAction* pSfxLinkUndoAction);
-
- virtual void Undo();
- virtual void Redo();
- virtual void Repeat(SfxRepeatTarget& rTarget);
- virtual bool CanRepeat(SfxRepeatTarget& rTarget) const;
- virtual bool Merge( SfxUndoAction *pNextAction );
- virtual OUString GetComment() const;
- virtual OUString GetRepeatComment(SfxRepeatTarget&) const;
- virtual sal_uInt16 GetId() const;
+ virtual void SetLinkToSfxLinkUndoAction(SfxLinkUndoAction* pSfxLinkUndoAction) SAL_OVERRIDE;
+
+ virtual void Undo() SAL_OVERRIDE;
+ virtual void Redo() SAL_OVERRIDE;
+ virtual void Repeat(SfxRepeatTarget& rTarget) SAL_OVERRIDE;
+ virtual bool CanRepeat(SfxRepeatTarget& rTarget) const SAL_OVERRIDE;
+ virtual bool Merge( SfxUndoAction *pNextAction ) SAL_OVERRIDE;
+ virtual OUString GetComment() const SAL_OVERRIDE;
+ virtual OUString GetRepeatComment(SfxRepeatTarget&) const SAL_OVERRIDE;
+ virtual sal_uInt16 GetId() const SAL_OVERRIDE;
};