summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 11:38:01 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 11:38:01 +0000
commitd078467028cb9d00e361915ea8b40c19609aed30 (patch)
treebca6cd4067215fdb90092c37d528039d16fe506c /transex3
parent26c88df0c93e0cee4b61cb0f1a7b6b2ae43e88ac (diff)
INTEGRATION: CWS layout_DEV300 (1.11.36); FILE MERGED
2008/02/11 15:33:50 jcn 1.11.36.1: Initial import into layout cws.
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/helpex.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/helpex.cxx b/transex3/source/helpex.cxx
index 63d8c06b8356..21e1088c6188 100644
--- a/transex3/source/helpex.cxx
+++ b/transex3/source/helpex.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: helpex.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: ihi $ $Date: 2008-02-05 12:55:42 $
+ * last change: $Author: kz $ $Date: 2008-03-06 12:38:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -248,7 +248,7 @@ int _cdecl main( int argc, char *argv[] )
hasNoError = aParser.Merge( sSDFFile, sOutputFile , Export::sLanguages , aMergeDataFile );
}
else
- hasNoError = aParser.CreateSDF( sOutputFile, sPrj, sPrjRoot );
+ hasNoError = aParser.CreateSDF( sOutputFile, sPrj, sPrjRoot, sInputFile, new XMLFile( '0' ), "help" );
}else if ( sOutputFileX.Len() && sOutputFileY.Len() && hasInputList ) { // Merge multiple files ?
if ( bMergeMode ){