summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 18:17:53 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 18:17:53 +0000
commit4d35e7082bb943df66d259c34729e3d0062d856c (patch)
tree0cf68ec99a90b148483685c4d3f6dc9d8d46860c /transex3
parentcd1fcc31bb46a85e90a3f16a98430de190eb7a03 (diff)
INTEGRATION: CWS babelfish (1.16.14); FILE MERGED
2004/12/11 01:19:55 ihi 1.16.14.3: RESYNC: (1.17-1.18); FILE MERGED 2004/12/01 18:18:44 ihi 1.16.14.2: RESYNC: (1.16-1.17); FILE MERGED 2004/12/01 17:41:32 ihi 1.16.14.1: Stop noisy output
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/merge.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/transex3/source/merge.cxx b/transex3/source/merge.cxx
index 4ce7a0d92fd1..a4e1851752af 100644
--- a/transex3/source/merge.cxx
+++ b/transex3/source/merge.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: merge.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: ihi $ $Date: 2004-11-26 20:44:36 $
+ * last change: $Author: kz $ $Date: 2005-01-13 19:17:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -258,7 +258,7 @@ MergeDataFile::MergeDataFile( const ByteString &rFileName, const ByteString& sFi
ByteString sQHTEXT;
ByteString sTITLE;
- fprintf( stdout, "Scanning File %s ...\n", rFileName.GetBuffer());
+// fprintf( stdout, "Scanning File %s ...\n", rFileName.GetBuffer());
ULONG nFileFormat = FFORMAT_UNKNOWN;
if( !aInputStream.IsOpen() ) {
@@ -272,7 +272,6 @@ MergeDataFile::MergeDataFile( const ByteString &rFileName, const ByteString& sFi
if ( sLine.GetTokenCount( '\t' ) == 15 ) {
if ( nFileFormat != FFORMAT_NEW ) {
nFileFormat = FFORMAT_NEW;
- //fprintf( stdout, "File detection: Version 2.0 detected!\n" );
}
// Merge While Build speedup
if(
@@ -315,7 +314,6 @@ MergeDataFile::MergeDataFile( const ByteString &rFileName, const ByteString& sFi
else if ( sLine.GetTokenCount( '\t' ) == 10 ){
if ( nFileFormat != FFORMAT_OLD ) {
nFileFormat = FFORMAT_OLD;
- fprintf( stdout, "File detection: Version 1.0 detected!\n" );
}
sTYP = sLine.GetToken( 1, '\t' );
sTYP = sTYP.Copy( 1 ); sTYP.Erase( sTYP.Len() - 1 );
@@ -363,7 +361,7 @@ MergeDataFile::MergeDataFile( const ByteString &rFileName, const ByteString& sFi
}
}
aInputStream.Close();
- fprintf( stdout, "Merging ...\n" );
+// fprintf( stdout, "Merging ...\n" );
/* for( ByteStringSet::const_iterator pos = LanguagesBeginIter();
pos != LanguagesEndIter(); ++pos){
ByteString sCur = *pos;