summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-02-23 12:36:06 +0100
committerAndras Timar <atimar@suse.com>2012-02-23 12:36:42 +0100
commitaee538eb752325846966eb440e424126e00531af (patch)
treea3a114b76a109130a431d64dd017d19e6ee210dc /l10ntools
parent082b2bca9f82e760c0092bde3d46242c446ebdb8 (diff)
do not print ".\n" to console
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/helpex.cxx1
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 );