summaryrefslogtreecommitdiff
path: root/include/editeng/unolingu.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-03 08:56:11 +0200
committerNoel Grandin <noel@peralex.com>2014-03-03 08:59:38 +0200
commitded5965ce8098c1d46078be37264b15ca8b5a3f1 (patch)
treebcdbbf0a6f34dacdde20ff65d2cc17f27b52b55a /include/editeng/unolingu.hxx
parent82ce4dd60785cf08f7844d20fd8051d6b30c3bf1 (diff)
editeng: sal_Bool->bool
Change-Id: I51b4ae54c2c440d38879439f74d4fea39d243004
Diffstat (limited to 'include/editeng/unolingu.hxx')
-rw-r--r--include/editeng/unolingu.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/unolingu.hxx b/include/editeng/unolingu.hxx
index 621deb9ef762..8ed168f50c72 100644
--- a/include/editeng/unolingu.hxx
+++ b/include/editeng/unolingu.hxx
@@ -61,7 +61,7 @@ class EDITENG_DLLPUBLIC LinguMgr
::com::sun::star::linguistic2::XDictionary > xChangeAll;
static LinguMgrExitLstnr *pExitLstnr;
- static sal_Bool bExiting;
+ static bool bExiting;
static ::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XSpellChecker1 > GetSpell();
@@ -122,13 +122,13 @@ struct SvxAlternativeSpelling
xHyphWord;
sal_Int16 nChangedPos,
nChangedLength;
- sal_Bool bIsAltSpelling;
+ bool bIsAltSpelling;
inline SvxAlternativeSpelling();
};
inline SvxAlternativeSpelling::SvxAlternativeSpelling() :
- nChangedPos(-1), nChangedLength(-1), bIsAltSpelling(sal_False)
+ nChangedPos(-1), nChangedLength(-1), bIsAltSpelling(false)
{
}