[Libreoffice-commits] .: l10ntools/source

Andras Timar timar at kemper.freedesktop.org
Thu Feb 23 03:36:45 PST 2012


 l10ntools/source/helpex.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit aee538eb752325846966eb440e424126e00531af
Author: Andras Timar <atimar at suse.com>
Date:   Thu Feb 23 12:36:06 2012 +0100

    do not print ".\n" to console

diff --git a/l10ntools/source/helpex.cxx b/l10ntools/source/helpex.cxx
index d7cf212..cad9c55 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 );


More information about the Libreoffice-commits mailing list