diff options
Diffstat (limited to 'sd/inc/sdundo.hxx')
-rw-r--r-- | sd/inc/sdundo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdundo.hxx b/sd/inc/sdundo.hxx index 02c874eb158f..75636404b0bc 100644 --- a/sd/inc/sdundo.hxx +++ b/sd/inc/sdundo.hxx @@ -34,7 +34,7 @@ public: virtual ~SdUndoAction() {} void SetComment(OUString& rStr) { maComment = rStr; } - virtual OUString GetComment() const { return maComment; } + virtual OUString GetComment() const SAL_OVERRIDE { return maComment; } virtual SdUndoAction* Clone() const { return NULL; } protected: |