1 diff --git sc/source/filter/xml/xmlexprt.cxx sc/source/filter/xml/xmlexprt.cxx
2 index c086a45..3658d78 100644
3 --- sc/source/filter/xml/xmlexprt.cxx
4 +++ sc/source/filter/xml/xmlexprt.cxx
5 @@ -1959,7 +1959,7 @@ void ScXMLExport::_ExportAutoStyles()
7 pRowStyles->AddNewTable(nTable, nRows);
9 - while ( /*nRow <= nRows && */nRow <= MAXROW)
10 + while (nRow <= nRows && nRow <= MAXROW)
13 uno::Reference <beans::XPropertySet> xRowProperties(xTableRows->getByIndex(nRow), uno::UNO_QUERY);