summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-06-15 10:09:38 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-06-15 10:09:38 -0400
commit86b800917399a314ad3c1847103ddcd649856c3d (patch)
tree3969f1c9c1e79cdcf32b96739ddff3303cede29c
parent0f53b8abe10694f90e1721d12fbc34e2e02a08b7 (diff)
calctabcolor: tabs to whitespaces.
-rw-r--r--sc/source/filter/xml/xmlexprt.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 06bdbd69d..b0c3beed7 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -2269,7 +2269,7 @@ void ScXMLExport::_ExportAutoStyles()
// stored styles for notes
- UniReference<SvXMLExportPropertyMapper> xShapeMapper = XMLShapeExport::CreateShapePropMapper( *this );
+ UniReference<SvXMLExportPropertyMapper> xShapeMapper = XMLShapeExport::CreateShapePropMapper( *this );
GetShapeExport(); // make sure the graphics styles family is added
const std::vector<ScNoteStyleEntry>& rNoteEntries = pSheetData->GetNoteStyles();
@@ -2502,8 +2502,8 @@ void ScXMLExport::_ExportAutoStyles()
++nColumns;
pColumnStyles->AddNewTable(nTable, aCellAddress.EndColumn);
}
- // else if (nColumns < MAXCOL)
- // pColumnStyles->AddNewTable(nTable, ++nColumns);
+ // else if (nColumns < MAXCOL)
+ // pColumnStyles->AddNewTable(nTable, ++nColumns);
else
pColumnStyles->AddNewTable(nTable, nColumns);
sal_Int32 nColumn = 0;
@@ -2542,8 +2542,8 @@ void ScXMLExport::_ExportAutoStyles()
++nRows;
pRowStyles->AddNewTable(nTable, aCellAddress.EndRow);
}
- // else if (nRows < MAXROW)
- // pRowStyles->AddNewTable(nTable, ++nRows);
+ // else if (nRows < MAXROW)
+ // pRowStyles->AddNewTable(nTable, ++nRows);
else
pRowStyles->AddNewTable(nTable, nRows);
sal_Int32 nRow = 0;
@@ -2638,7 +2638,7 @@ void ScXMLExport::_ExportAutoStyles()
if (getExportFlags() & EXPORT_MASTERSTYLES)
{
GetPageExport()->collectAutoStyles(sal_True);
- GetPageExport()->exportAutoStyles();
+ GetPageExport()->exportAutoStyles();
}
// #i30251#; only write Text Styles once