summaryrefslogtreecommitdiff
path: root/l10ntools/inc/cfgmerge.hxx
diff options
context:
space:
mode:
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;