summaryrefslogtreecommitdiff
path: root/l10ntools/inc/xrmmerge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/xrmmerge.hxx')
-rw-r--r--l10ntools/inc/xrmmerge.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/inc/xrmmerge.hxx b/l10ntools/inc/xrmmerge.hxx
index 7c593c227869..c3eb7426ab40 100644
--- a/l10ntools/inc/xrmmerge.hxx
+++ b/l10ntools/inc/xrmmerge.hxx
@@ -32,8 +32,8 @@ private:
OString sGID;
OString sLID;
- sal_Bool bError;
- sal_Bool bText;
+ bool bError;
+ bool bText;
OString sCurrentOpenTag;
OString sCurrentCloseTag;
@@ -65,8 +65,8 @@ public:
int Execute( int nToken, char * pToken );
- void SetError( sal_Bool bErr = sal_True ) { bError = bErr; }
- sal_Bool GetError() { return bError; }
+ void SetError( bool bErr = true ) { bError = bErr; }
+ bool GetError() { return bError; }
};