summaryrefslogtreecommitdiff
path: root/lingucomponent/source/spellcheck/spell/sspellimp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-25 15:37:34 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-04 21:29:32 +0200
commitb377ccca01070ce096fdf13aafc34020d5bc80ca (patch)
treeeb8e14d711cde6db90ab7b419a33a8b2882686c9 /lingucomponent/source/spellcheck/spell/sspellimp.hxx
parentdea967349cea054b20fdfb22d6c59eee08f3faeb (diff)
sal_Bool->bool in lingucomponent
Change-Id: Ic3b55606faf60648d3a680b7a60c331047151ab5
Diffstat (limited to 'lingucomponent/source/spellcheck/spell/sspellimp.hxx')
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
index d862dbdf2b20..998d4e8c17ab 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
@@ -76,8 +76,8 @@ class SpellChecker :
sal_Int32 numdict;
::cppu::OInterfaceContainerHelper aEvtListeners;
- linguistic::PropertyHelper_Spelling* pPropHelper;
- sal_Bool bDisposing;
+ linguistic::PropertyHelper_Spelling* pPropHelper;
+ bool bDisposing;
// disallow copy-constructor and assignment-operator for now
SpellChecker(const SpellChecker &);