summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-06-06 15:25:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-06-06 15:25:02 +0000
commitc69dbcbf6fa94166a392e6ca1affde46e69b9e98 (patch)
treeabdd4359d0af5db3b07a74fbdc49b7a7cb14728a /transex3
parentc0447088ab531ad3baa448c462308affd10bfc84 (diff)
INTEGRATION: CWS mmw02 (1.12.28); FILE MERGED
2005/06/01 13:32:56 ihi 1.12.28.1: #123272# migrationanalysis projects gets german translation via localize.sdf
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/lngex.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/lngex.cxx b/transex3/source/lngex.cxx
index 6465bae97140..bbdda32f7a7a 100644
--- a/transex3/source/lngex.cxx
+++ b/transex3/source/lngex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngex.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2005-01-13 19:17:28 $
+ * last change: $Author: hr $ $Date: 2005-06-06 16:25:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -241,7 +241,7 @@ int _cdecl main( int argc, char *argv[] )
if ( sOutputFile.Len()) {
LngParser aParser( sInputFile, bUTF8, bULF , bQuiet );
if ( bMergeMode )
- aParser.Merge( sMergeSrc, sOutputFile );
+ aParser.Merge( sMergeSrc, sOutputFile , sPrj );
else
aParser.CreateSDF( sOutputFile, sPrj, sPrjRoot );
}