summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r--sw/inc/ndtxt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index f50e2cc9131b..ce0b2dacd56d 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -400,8 +400,8 @@ public:
const bool bIncludeInputFldAtStart = false ) const;
OUString GetCurWord(sal_Int32) const;
- sal_uInt16 Spell(SwSpellArgs*);
- sal_uInt16 Convert( SwConversionArgs & );
+ bool Spell(SwSpellArgs*);
+ bool Convert( SwConversionArgs & );
inline SwTxtFmtColl *GetTxtColl() const;
virtual SwFmtColl *ChgFmtColl( SwFmtColl* ) SAL_OVERRIDE;