diff options
Diffstat (limited to 'sd/inc/Outliner.hxx')
-rw-r--r-- | sd/inc/Outliner.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx index 12cd4bb8b9e2..1360a8eb6c4c 100644 --- a/sd/inc/Outliner.hxx +++ b/sd/inc/Outliner.hxx @@ -150,7 +150,7 @@ public: void EndSpelling (void); /** callback for textconversion */ - bool ConvertNextDocument (void); + bool ConvertNextDocument (void) SAL_OVERRIDE; /** Starts the text conversion (hangul/hanja or Chinese simplified/traditional) for the current viewshell */ @@ -526,7 +526,7 @@ private: required. When all text objects have been processed then <FALSE/> is returned. */ - virtual bool SpellNextDocument (void); + virtual bool SpellNextDocument (void) SAL_OVERRIDE; /** Show the given message box and make it modal. It is assumed that the parent of the given dialog is NULL, i.e. the application |