summaryrefslogtreecommitdiff
path: root/l10ntools/source/lngmerge.cxx
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-02-18 00:29:47 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-02-18 17:30:23 +0100
commit94af3bc2a4d729339486989fba67b17127e87329 (patch)
tree00839755078f090e6e46cd920ab71367fdbc7a6a /l10ntools/source/lngmerge.cxx
parent6ba4d125f61f1cfe737190628e84f7fc75263382 (diff)
ulfex: remove unneeded bULF, it is always true
Change-Id: I1401fddfdd42eba96253f4dd19cf60bba8de6802
Diffstat (limited to 'l10ntools/source/lngmerge.cxx')
-rw-r--r--l10ntools/source/lngmerge.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx
index 0b14a2c59379..7171f6584c5e 100644
--- a/l10ntools/source/lngmerge.cxx
+++ b/l10ntools/source/lngmerge.cxx
@@ -47,12 +47,10 @@ static void lcl_RemoveUTF8ByteOrderMarker( OString &rString )
//
// class LngParser
//
-LngParser::LngParser(const OString &rLngFile,
- bool bULFFormat)
+LngParser::LngParser(const OString &rLngFile)
: nError( LNG_OK )
, pLines( NULL )
, sSource( rLngFile )
- , bULF( bULFFormat )
{
pLines = new LngLineList();
std::ifstream aStream(sSource.getStr());
@@ -237,7 +235,7 @@ bool LngParser::Merge(
std::advance( it, nPos );
pLines->erase( it );
}
- if( bULF && pEntrys )
+ if( pEntrys )
{
if( !sLang.isEmpty() )
{