summaryrefslogtreecommitdiff
path: root/sc/inc/spellcheckcontext.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-09-01 09:46:07 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-09-01 14:48:49 -0400
commit0ee265e82ea64839e559fcded4d268de721f4202 (patch)
tree1f3872f631d52f13ee21402075a52402fe4e7f36 /sc/inc/spellcheckcontext.hxx
parent0a57be8c6e397ed8e27611edaaf8bbf2677611de (diff)
Handle enabling / disabling of auto spell check.
Change-Id: I8f3fe06a41b825f233f4116ae8ba3b30cb4f1adc
Diffstat (limited to 'sc/inc/spellcheckcontext.hxx')
-rw-r--r--sc/inc/spellcheckcontext.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/spellcheckcontext.hxx b/sc/inc/spellcheckcontext.hxx
index c92cee4965e6..5d81ad5b4601 100644
--- a/sc/inc/spellcheckcontext.hxx
+++ b/sc/inc/spellcheckcontext.hxx
@@ -34,6 +34,7 @@ struct SpellCheckContext
void setInvalid();
bool isValid() const;
+ void reset();
bool operator< (const CellPos& r) const;
bool operator== (const CellPos& r) const;
@@ -48,6 +49,8 @@ struct SpellCheckContext
bool isMisspelled( SCCOL nCol, SCROW nRow ) const;
const std::vector<editeng::MisspellRanges>* getMisspellRanges( SCCOL nCol, SCROW nRow ) const;
+
+ void reset();
};
}