summaryrefslogtreecommitdiff
path: root/l10ntools/source/lngmerge.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2010-08-24 10:01:56 +0200
committerJoachim Lingner <jl@openoffice.org>2010-08-24 10:01:56 +0200
commit6114961f52943bc4039ab76e59b23d57363f88bd (patch)
treea69bba3559363569d541e77f6057498a416cf9c7 /l10ntools/source/lngmerge.cxx
parentbd31d439a08f6677b481fbd37791d7d53c971a55 (diff)
parentfffe7fed17cdbba6d3be3ee35b21a1456dc83159 (diff)
jl158 merging with OOO330_m5
Diffstat (limited to 'l10ntools/source/lngmerge.cxx')
-rw-r--r--l10ntools/source/lngmerge.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx
index 5f40a4346f53..f0093bbccea7 100644
--- a/l10ntools/source/lngmerge.cxx
+++ b/l10ntools/source/lngmerge.cxx
@@ -38,15 +38,14 @@ using namespace std;
// class LngParser
//
/*****************************************************************************/
-LngParser::LngParser( const ByteString &rLngFile, BOOL bUTF8, BOOL bULFFormat , bool bQuiet_in )
+LngParser::LngParser( const ByteString &rLngFile, BOOL bUTF8, BOOL bULFFormat )
/*****************************************************************************/
:
nError( LNG_OK ),
pLines( NULL ),
sSource( rLngFile ),
bDBIsUTF8( bUTF8 ),
- bULF( bULFFormat ),
- bQuiet( bQuiet_in )
+ bULF( bULFFormat )
{
pLines = new LngLineList( 100, 100 );
DirEntry aEntry( String( sSource, RTL_TEXTENCODING_ASCII_US ));