summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/spelldialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/spelldialog.hxx')
-rw-r--r--sc/source/ui/inc/spelldialog.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/spelldialog.hxx b/sc/source/ui/inc/spelldialog.hxx
index 0023d354283d..17bb964e21b6 100644
--- a/sc/source/ui/inc/spelldialog.hxx
+++ b/sc/source/ui/inc/spelldialog.hxx
@@ -58,14 +58,14 @@ protected:
next sentence with spelling errors. While doing so the view
mode may be changed and text shapes are set into edit mode.
*/
- virtual ::svx::SpellPortions GetNextWrongSentence( bool bRecheck );
+ virtual ::svx::SpellPortions GetNextWrongSentence( bool bRecheck ) SAL_OVERRIDE;
/** This method is responsible for merging corrections made in the
spelling dialog back into the document.
*/
- virtual void ApplyChangedSentence( const ::svx::SpellPortions& rChanged, bool bRecheck );
- virtual void GetFocus();
- virtual void LoseFocus();
+ virtual void ApplyChangedSentence( const ::svx::SpellPortions& rChanged, bool bRecheck ) SAL_OVERRIDE;
+ virtual void GetFocus() SAL_OVERRIDE;
+ virtual void LoseFocus() SAL_OVERRIDE;
private:
void Reset();