summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-07-12 17:37:57 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-07-22 23:50:39 +0200
commitbb9a13db6373997957650db3370b17a1a105cff2 (patch)
tree4c357490b093120de1bd51a47bc8bddde83e6d82 /sw/inc/ndtxt.hxx
parent4c60f722afdc0be5c129ce5f5ed6786d09d0051e (diff)
return bool instead of sal_uInt16 (0 or 1)
Change-Id: I3e8d014a2772b55793cd7ea4666aeb022e5b28e4
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;