[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Nov 26 08:40:23 PST 2010


 sc/source/filter/xml/xmlexprt.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e3cfc3aad7516313e4b9185f271d9067da1c4aa6
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri Nov 26 11:40:10 2010 -0500

    This one also unintended commit...  Sigh.

diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 983e35b..613fa45 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -2519,7 +2519,6 @@ void ScXMLExport::_ExportAutoStyles()
         CollectShapesAutoStyles(nTableCount);
         for (sal_Int32 nTable = 0; nTable < nTableCount; ++nTable, IncrementProgressBar(sal_False))
         {
-            fprintf(stdout, "ScXMLExport::_ExportAutoStyles:   table = %" SAL_PRIdINT32 "\n", nTable);
             bool bUseStream = pSheetData && pDoc && pDoc->IsStreamValid((SCTAB)nTable) &&
                               pSheetData->HasStreamPos(nTable) && xSourceStream.is();
 


More information about the Libreoffice-commits mailing list