summaryrefslogtreecommitdiff
path: root/l10ntools/inc/lngmerge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/lngmerge.hxx')
-rw-r--r--l10ntools/inc/lngmerge.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/l10ntools/inc/lngmerge.hxx b/l10ntools/inc/lngmerge.hxx
index ab3cfa2d787b..b566accb0ec3 100644
--- a/l10ntools/inc/lngmerge.hxx
+++ b/l10ntools/inc/lngmerge.hxx
@@ -46,7 +46,7 @@ private:
sal_uInt16 nError;
LngLineList *pLines;
OString sSource;
- sal_Bool bULF;
+ bool bULF;
std::vector<OString> aLanguages;
bool isNextGroup(OString &sGroup_out, const OString &sLine_in);
@@ -56,11 +56,11 @@ private:
const OString &rActFileName, const OString &rID);
public:
LngParser(const OString &rLngFile,
- sal_Bool bULFFormat);
+ bool bULFFormat);
~LngParser();
- sal_Bool CreatePO( const OString &rPOFile );
- sal_Bool Merge(const OString &rPOFile, const OString &rDestinationFile,
+ bool CreatePO( const OString &rPOFile );
+ bool Merge(const OString &rPOFile, const OString &rDestinationFile,
const OString &rLanguage );
};