summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLExportIterator.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:41:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:41:55 +0000
commit0d05ded82bdc4f1b8ad86eca39e8536d74ee583c (patch)
tree13a156a9810af26a0fa85051f4eaaabda08bdd67 /sc/source/filter/xml/XMLExportIterator.hxx
parent5e8dfff655c345910f5d5d474c4222f8cd0494f7 (diff)
INTEGRATION: CWS calcperf01 (1.28.56); FILE MERGED
2005/06/03 13:20:47 sab 1.28.56.1: #i50282#; use Core instead of API
Diffstat (limited to 'sc/source/filter/xml/XMLExportIterator.hxx')
-rw-r--r--sc/source/filter/xml/XMLExportIterator.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLExportIterator.hxx b/sc/source/filter/xml/XMLExportIterator.hxx
index ba07b3890c9f..977cc758c85f 100644
--- a/sc/source/filter/xml/XMLExportIterator.hxx
+++ b/sc/source/filter/xml/XMLExportIterator.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLExportIterator.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:56:00 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:41:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -322,8 +322,8 @@ 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::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;