summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLExportIterator.cxx')
-rw-r--r--sc/source/filter/xml/XMLExportIterator.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/sc/source/filter/xml/XMLExportIterator.cxx b/sc/source/filter/xml/XMLExportIterator.cxx
index 329ee7871002..4ec1be58a976 100644
--- a/sc/source/filter/xml/XMLExportIterator.cxx
+++ b/sc/source/filter/xml/XMLExportIterator.cxx
@@ -35,8 +35,6 @@
using namespace ::com::sun::star;
-
-
ScMyIteratorBase::ScMyIteratorBase()
{
}
@@ -58,8 +56,6 @@ void ScMyIteratorBase::UpdateAddress( table::CellAddress& rCellAddress )
}
-
-
bool ScMyShape::operator<(const ScMyShape& aShape) const
{
if( aAddress.Tab() != aShape.aAddress.Tab() )
@@ -182,8 +178,6 @@ void ScMyNoteShapesContainer::Sort()
aNoteShapeList.sort();
}
-
-
bool ScMyMergedRange::operator<(const ScMyMergedRange& aRange) const
{
if( aCellRange.Sheet != aRange.aCellRange.Sheet )
@@ -274,8 +268,6 @@ void ScMyMergedRangesContainer::Sort()
aRangeList.sort();
}
-
-
bool ScMyAreaLink::Compare( const ScMyAreaLink& rAreaLink ) const
{
return (GetRowCount() == rAreaLink.GetRowCount()) &&
@@ -356,8 +348,6 @@ void ScMyAreaLinksContainer::Sort()
aAreaLinkList.sort();
}
-
-
ScMyCellRangeAddress::ScMyCellRangeAddress(const table::CellRangeAddress& rRange)
: table::CellRangeAddress(rRange)
{
@@ -436,8 +426,6 @@ void ScMyEmptyDatabaseRangesContainer::Sort()
aDatabaseList.sort();
}
-
-
bool ScMyDetectiveObj::operator<( const ScMyDetectiveObj& rDetObj) const
{
if( aPosition.Sheet != rDetObj.aPosition.Sheet )
@@ -524,8 +512,6 @@ void ScMyDetectiveObjContainer::Sort()
aDetectiveObjList.sort();
}
-
-
bool ScMyDetectiveOp::operator<( const ScMyDetectiveOp& rDetOp) const
{
if( aPosition.Sheet != rDetOp.aPosition.Sheet )
@@ -590,8 +576,6 @@ void ScMyDetectiveOpContainer::Sort()
aDetectiveOpList.sort();
}
-
-
ScMyCell::ScMyCell() :
aShapeList(),
aDetectiveObjVec(),
@@ -617,8 +601,6 @@ ScMyCell::~ScMyCell()
{
}
-
-
ScMyNotEmptyCellsIterator::ScMyNotEmptyCellsIterator(ScXMLExport& rTempXMLExport)
: pShapes(NULL),
pNoteShapes(NULL),