summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-26 23:48:30 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-27 00:07:18 -0400
commit26343a5a3123315795d0352ee01a1fb5ee0a931a (patch)
treebd2eded239880e02712b3ba0fb355576c123e324 /sc/source/filter/xml/XMLExportIterator.hxx
parent6a2a132661ae2ae535a7259c802d31c817717bd3 (diff)
More ScBaseCell reduction...
Change-Id: I3a9f9ce79de7117e7b1410c45b217e5bfe005db7
Diffstat (limited to 'sc/source/filter/xml/XMLExportIterator.hxx')
-rw-r--r--sc/source/filter/xml/XMLExportIterator.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLExportIterator.hxx b/sc/source/filter/xml/XMLExportIterator.hxx
index aa2c10ee2e2b..3d13403b7835 100644
--- a/sc/source/filter/xml/XMLExportIterator.hxx
+++ b/sc/source/filter/xml/XMLExportIterator.hxx
@@ -34,12 +34,12 @@
#include "detfunc.hxx"
#include "detdata.hxx"
#include "postit.hxx"
+#include "cellvalue.hxx"
class ScHorizontalCellIterator;
struct ScMyCell;
class ScXMLExport;
class ScFormatRangeStyles;
-class ScBaseCell;
//==============================================================================
@@ -291,8 +291,6 @@ public:
// contains data to export for the current cell position
struct ScMyCell
{
-// com::sun::star::uno::Reference<com::sun::star::table::XCell> xCell;
-// com::sun::star::uno::Reference<com::sun::star::text::XText> xText;
com::sun::star::uno::Reference<com::sun::star::sheet::XSheetAnnotation> xAnnotation;
com::sun::star::uno::Reference<com::sun::star::drawing::XShape> xNoteShape;
com::sun::star::table::CellAddress aCellAddress;
@@ -313,7 +311,7 @@ struct ScMyCell
sal_Int32 nNumberFormat;
com::sun::star::table::CellContentType nType;
- ScBaseCell* pBaseCell;
+ ScRefCellValue maBaseCell;
bool bIsAutoStyle;