summaryrefslogtreecommitdiff
path: root/lingucomponent/source/thesaurus/libnth/nthesimp.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/thesaurus/libnth/nthesimp.hxx
parentdea967349cea054b20fdfb22d6c59eee08f3faeb (diff)
sal_Bool->bool in lingucomponent
Change-Id: Ic3b55606faf60648d3a680b7a60c331047151ab5
Diffstat (limited to 'lingucomponent/source/thesaurus/libnth/nthesimp.hxx')
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
index 58957f969e0d..9a84b4bc02f4 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
@@ -85,7 +85,7 @@ class Thesaurus :
::cppu::OInterfaceContainerHelper aEvtListeners;
linguistic::PropertyHelper_Thesaurus* pPropHelper;
- sal_Bool bDisposing;
+ bool bDisposing;
CharClass ** aCharSetInfo;
MyThes ** aThes;
rtl_TextEncoding * aTEncs;