summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-11-26 11:40:10 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-11-26 11:40:10 -0500
commite3cfc3aad7516313e4b9185f271d9067da1c4aa6 (patch)
tree4fa85a5418c5835f3fe2385fb8ab36623a547cce
parentd6d9960539ca0006ee108d8521d04be41c7a1490 (diff)
This one also unintended commit... Sigh.
-rw-r--r--sc/source/filter/xml/xmlexprt.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 983e35b0a..613fa45fd 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();