summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2014-01-22 10:05:46 +0100
committerLászló Németh <nemeth@numbertext.org>2014-01-22 10:40:51 +0100
commitc49543cf31c14d4f94f01620244dd7e3ba0919ea (patch)
tree407d84fa00cab740d8e2214dfe90da25e8639741 /cui/source/inc
parent0ff31c26f3ebbad1d61c7033e946a287e3910bae (diff)
fdo#73917 spelling dialog: don't report fully ignored words again
Change-Id: I2a8503fd2c3babab844e9cd026a57c438e015254
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/SpellDialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/SpellDialog.hxx b/cui/source/inc/SpellDialog.hxx
index 5f88f3b526cb..550f9c400576 100644
--- a/cui/source/inc/SpellDialog.hxx
+++ b/cui/source/inc/SpellDialog.hxx
@@ -83,7 +83,7 @@ public:
void SetAttrib( const TextAttrib& rAttr, sal_uLong nPara, sal_uInt16 nStart, sal_uInt16 nEnd );
void SetText( const OUString& rStr );
- bool MarkNextError( bool bIgnoreCurrentError );
+ bool MarkNextError( bool bIgnoreCurrentError, com::sun::star::uno::Reference<com::sun::star::linguistic2::XSpellChecker1> );
void ChangeMarkedWord(const OUString& rNewWord, LanguageType eLanguage);
void MoveErrorMarkTo(sal_uInt16 nErrorStart, sal_uInt16 nErrorEnd, bool bGrammar);
OUString GetErrorText() const;