diff options
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; |