[Libreoffice-commits] .: l10ntools/source

Andras Timar timar at kemper.freedesktop.org
Fri Jan 6 07:32:54 PST 2012


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

New commits:
commit 82558fc4ea28427857ea82232e8edc5c8d6daa6d
Author: Andras Timar <atimar at suse.com>
Date:   Fri Jan 6 16:32:38 2012 +0100

    remove a printf

diff --git a/l10ntools/source/helpmerge.cxx b/l10ntools/source/helpmerge.cxx
index 47d1ddf..46bee59 100644
--- a/l10ntools/source/helpmerge.cxx
+++ b/l10ntools/source/helpmerge.cxx
@@ -260,7 +260,6 @@ bool HelpParser::Merge( const ByteString &rSDFFile, const ByteString &rDestinati
     DirEntry aFile( sXmlFile );
 
     XMLFile* xmlfile = ( aParser.Execute( aFile.GetFull() , sOUHelpFile, new XMLFile( '0' ) ) );
-    printf("Dest file %s\n",rDestinationFile.GetBuffer());
     hasNoError = MergeSingleFile( xmlfile , aMergeDataFile , rLanguage , rDestinationFile );
     delete xmlfile;
     if( !sUsedTempFile.EqualsIgnoreCaseAscii( "" ) ){


More information about the Libreoffice-commits mailing list