summaryrefslogtreecommitdiff
path: root/l10ntools/inc/cfgmerge.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-15 17:06:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-17 17:55:18 +0100
commit5dd4a0690124c0d3fc1835a59e0fca2d12773afe (patch)
treeb34af0cc9b2ab34bae22fe84be715934daccb0f4 /l10ntools/inc/cfgmerge.hxx
parenta450e0eea2d06ca0a9148c0de083e17566ac27de (diff)
l10ntools: sal_Bool -> bool
Change-Id: Ifffdc0942b83b5761cbbbfc5db7d241be60815cb
Diffstat (limited to 'l10ntools/inc/cfgmerge.hxx')
-rw-r--r--l10ntools/inc/cfgmerge.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/l10ntools/inc/cfgmerge.hxx b/l10ntools/inc/cfgmerge.hxx
index 6d8a92f5eb46..d5d5e541b367 100644
--- a/l10ntools/inc/cfgmerge.hxx
+++ b/l10ntools/inc/cfgmerge.hxx
@@ -103,7 +103,7 @@ protected:
CfgStack aStack;
CfgStackData *pStackData;
- sal_Bool bLocalize;
+ bool bLocalize;
virtual void WorkOnText(
OString &rText,
@@ -122,7 +122,7 @@ private:
const OString &rIsoLang,
const OString &rResTyp );
- sal_Bool IsTokenClosed(const OString &rToken);
+ bool IsTokenClosed(const OString &rToken);
public:
CfgParser();
@@ -163,7 +163,7 @@ private:
ResData *pResData;
OString sFilename;
- sal_Bool bEnglish;
+ bool bEnglish;
std::ofstream pOutputStream;