diff options
author | Andras Timar <atimar@suse.com> | 2012-02-23 12:36:06 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-02-23 12:36:42 +0100 |
commit | aee538eb752325846966eb440e424126e00531af (patch) | |
tree | a3a114b76a109130a431d64dd017d19e6ee210dc /l10ntools | |
parent | 082b2bca9f82e760c0092bde3d46242c446ebdb8 (diff) |
do not print ".\n" to console
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/helpex.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/source/helpex.cxx b/l10ntools/source/helpex.cxx index d7cf2127ef9d..cad9c559908e 100644 --- a/l10ntools/source/helpex.cxx +++ b/l10ntools/source/helpex.cxx @@ -242,7 +242,6 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) { for( vector<rtl::OString>::iterator pos = filelist.begin() ; pos != filelist.end() ; ++pos ) { sHelpFile = *pos; - std::cout << ".\n"; HelpParser aParser( sHelpFile , bUTF8 , true ); hasNoError = aParser.Merge( sSDFFile , sOutputFileX , sOutputFileY , true , aLanguages , aMergeDataFile , bCreateDir ); |