summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/spelldialog.hxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-06-18 14:32:18 +0200
committerMikhail Voytenko <mav@openoffice.org>2010-06-18 14:32:18 +0200
commit4817dc1feb9c6e5942e35d15354e0bc357b17e29 (patch)
tree8c6e7eb176d426cf8ebf1e7de992557f9200ca77 /sc/source/ui/inc/spelldialog.hxx
parent0cbaf3f198736a6a19ce3ac3ec818cc1eff16f16 (diff)
parent1d1b3baf8942031e2f1a7189ed121b32188f82fb (diff)
rebase to m83
Diffstat (limited to 'sc/source/ui/inc/spelldialog.hxx')
-rw-r--r--sc/source/ui/inc/spelldialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/spelldialog.hxx b/sc/source/ui/inc/spelldialog.hxx
index af97519a2b43..eef0d170c2c8 100644
--- a/sc/source/ui/inc/spelldialog.hxx
+++ b/sc/source/ui/inc/spelldialog.hxx
@@ -65,12 +65,12 @@ 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();
+ virtual ::svx::SpellPortions GetNextWrongSentence( bool bRecheck );
/** This method is responsible for merging corrections made in the
spelling dialog back into the document.
*/
- virtual void ApplyChangedSentence( const ::svx::SpellPortions& rChanged );
+ virtual void ApplyChangedSentence( const ::svx::SpellPortions& rChanged, bool bRecheck );
virtual void GetFocus();
virtual void LoseFocus();