summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesExportHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLStylesExportHelper.cxx')
-rw-r--r--sc/source/filter/xml/XMLStylesExportHelper.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/filter/xml/XMLStylesExportHelper.cxx b/sc/source/filter/xml/XMLStylesExportHelper.cxx
index decd8e9f294c..6ed4addcdc5f 100644
--- a/sc/source/filter/xml/XMLStylesExportHelper.cxx
+++ b/sc/source/filter/xml/XMLStylesExportHelper.cxx
@@ -450,8 +450,6 @@ const OUString& ScMyValidationsContainer::GetValidationName(const sal_Int32 nInd
return aValidationVec[nIndex].sName;
}
-
-
sal_Int32 ScMyDefaultStyles::GetStyleNameIndex(const ScFormatRangeStyles* pCellStyles,
const sal_Int32 nTable, const sal_Int32 nPos,
const sal_Int32 i, bool& bIsAutoStyle)
@@ -990,8 +988,6 @@ void ScFormatRangeStyles::Sort()
aTables[i]->sort();
}
-
-
ScColumnRowStylesBase::ScColumnRowStylesBase()
: aStyleNames()
{
@@ -1051,8 +1047,6 @@ OUString* ScColumnRowStylesBase::GetStyleNameByIndex(const sal_Int32 nIndex)
return aStyleNames[nIndex];
}
-
-
ScColumnStyles::ScColumnStyles()
: ScColumnRowStylesBase(),
aTables()
@@ -1109,8 +1103,6 @@ OUString* ScColumnStyles::GetStyleName(const sal_Int32 nTable, const sal_Int32 n
return GetStyleNameByIndex(GetStyleNameIndex(nTable, nField, bTemp));
}
-
-
ScRowStyles::Cache::Cache() :
mnTable(-1), mnStart(-1), mnEnd(-1), mnStyle(-1) {}