summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/XMLExportIterator.hxx')
-rw-r--r--sc/source/filter/xml/XMLExportIterator.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/sc/source/filter/xml/XMLExportIterator.hxx b/sc/source/filter/xml/XMLExportIterator.hxx
index 95c837ddd662..0275dd37f7fa 100644
--- a/sc/source/filter/xml/XMLExportIterator.hxx
+++ b/sc/source/filter/xml/XMLExportIterator.hxx
@@ -44,8 +44,6 @@ struct ScMyCell;
class ScXMLExport;
class ScFormatRangeStyles;
-
-
class ScMyIteratorBase
{
protected:
@@ -61,8 +59,6 @@ public:
virtual void UpdateAddress( ::com::sun::star::table::CellAddress& rCellAddress );
};
-
-
struct ScMyShape
{
ScAddress aAddress;
@@ -124,8 +120,6 @@ public:
void SkipTable(SCTAB nSkip);
};
-
-
struct ScMyMergedRange
{
com::sun::star::table::CellRangeAddress aCellRange;
@@ -153,8 +147,6 @@ public:
void SkipTable(SCTAB nSkip);
};
-
-
struct ScMyAreaLink
{
OUString sFilter;
@@ -194,8 +186,6 @@ public:
void SkipTable(SCTAB nSkip);
};
-
-
struct ScMyCellRangeAddress : com::sun::star::table::CellRangeAddress
{
ScMyCellRangeAddress(const com::sun::star::table::CellRangeAddress& rRange);
@@ -221,8 +211,6 @@ public:
void SkipTable(SCTAB nSkip);
};
-
-
struct ScMyDetectiveObj
{
::com::sun::star::table::CellAddress aPosition;
@@ -258,8 +246,6 @@ public:
void SkipTable(SCTAB nSkip);
};
-
-
struct ScMyDetectiveOp
{
::com::sun::star::table::CellAddress aPosition;
@@ -289,8 +275,6 @@ public:
void SkipTable(SCTAB nSkip);
};
-
-
// contains data to export for the current cell position
struct ScMyCell
{
@@ -330,8 +314,6 @@ struct ScMyCell
~ScMyCell();
};
-
-
class ScMyNotEmptyCellsIterator : boost::noncopyable
{
com::sun::star::uno::Reference<com::sun::star::sheet::XSpreadsheet> xTable;