summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-06-07 12:40:09 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-06-07 12:40:09 +0000
commit27cf554850222b679094d5e54a91f342be2f288a (patch)
treef06d98ed0a46cf6f412799de6f54ad9b03dd4caf /transex3
parent9190f040db11634b9d95cb74cf1e1564ac5bc4c4 (diff)
Full functionality for UNIX #87136#
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/localize.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/transex3/source/localize.cxx b/transex3/source/localize.cxx
index 488378ff9d56..40342fb3c701 100644
--- a/transex3/source/localize.cxx
+++ b/transex3/source/localize.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localize.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: nf $ $Date: 2001-06-07 13:38:36 $
+ * last change: $Author: nf $ $Date: 2001-06-07 13:40:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -286,7 +286,6 @@ void SourceTreeLocalizer::WorkOnFile(
fprintf( stdout, "Executed: %s\n", sCommand.GetBuffer());
SvFileStream aSDFIn( aTemp.GetFull(), STREAM_READ );
- fprintf( stdout, "Open\n" );
ByteString sLine;
while ( !aSDFIn.IsEof()) {
aSDFIn.ReadLine( sLine );
@@ -295,8 +294,6 @@ void SourceTreeLocalizer::WorkOnFile(
}
aSDFIn.Close();
- fprintf( stdout, "Copied\n" );
-
aTemp.Kill();
}
// reset current working directory