diff options
author | Andras Timar <atimar@suse.com> | 2011-09-20 14:24:14 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-20 16:43:29 +0200 |
commit | 8ba5b96f1ec3475711883b037141c29897ca8b2c (patch) | |
tree | 8e8486f429dbf406137574c964044d770fef7f7f /l10ntools/source | |
parent | 8cc504be630ae9999862a1e43f0d4b1d01a0d470 (diff) |
no 'progress bar' for l10ntools
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/lngex.cxx | 2 | ||||
-rw-r--r-- | l10ntools/source/localize.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/source/lngex.cxx b/l10ntools/source/lngex.cxx index 1f70e20a3749..70709f37ebcf 100644 --- a/l10ntools/source/lngex.cxx +++ b/l10ntools/source/lngex.cxx @@ -177,8 +177,6 @@ int _cdecl main( int argc, char *argv[] ) Help(); return 1; } - fprintf(stdout, "."); - fflush( stdout ); if ( sOutputFile.Len()) { LngParser aParser( sInputFile, bUTF8, bULF ); diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index cbb78b9d95b5..bb97551cbc89 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -374,8 +374,6 @@ void SourceTreeLocalizer::WorkOnFile( if (system(sCommand.GetBuffer()) == -1) fprintf(stderr, "%s failed\n", sCommand.GetBuffer()); nFileCnt++; - printf("."); - fflush( stdout ); SvFileStream aSDFIn( aTemp.GetFull(), STREAM_READ ); ByteString sLine; |