summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/XMLTableShapeResizer.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-11-01 17:55:57 +0000
committerSascha Ballach <sab@openoffice.org>2001-11-01 17:55:57 +0000
commit234d5eb6bc0ea9e387ef4551f20a593ea7517395 (patch)
tree7e008fdfb1bdcb5a54d167d156408ecf9a75df6c /sc/source/filter/xml/XMLTableShapeResizer.hxx
parent#94176#; don't set the value type on formula cells, because it changes the nu... (diff)
downloadcore-234d5eb6bc0ea9e387ef4551f20a593ea7517395.tar.gz
core-234d5eb6bc0ea9e387ef4551f20a593ea7517395.zip
#94180#; use the new property PersistName instead to ask direct for the name of the chart
Diffstat (limited to 'sc/source/filter/xml/XMLTableShapeResizer.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableShapeResizer.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLTableShapeResizer.hxx b/sc/source/filter/xml/XMLTableShapeResizer.hxx
index 8661d3d93139..02d3f8f308d3 100644
--- a/sc/source/filter/xml/XMLTableShapeResizer.hxx
+++ b/sc/source/filter/xml/XMLTableShapeResizer.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTableShapeResizer.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: sab $ $Date: 2001-07-31 15:41:15 $
+ * last change: $Author: sab $ $Date: 2001-11-01 18:55:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,6 @@ class ScDocument;
struct ScMyToResizeShape
{
com::sun::star::uno::Reference <com::sun::star::drawing::XShape> xShape;
- rtl::OUString sName;
rtl::OUString* pRangeList;
com::sun::star::table::CellAddress aEndCell;
com::sun::star::table::CellAddress aStartCell;
@@ -109,7 +108,6 @@ public:
~ScMyShapeResizer();
void AddShape(com::sun::star::uno::Reference <com::sun::star::drawing::XShape>& rShape,
- const rtl::OUString& rName,
rtl::OUString* pRangeList,
com::sun::star::table::CellAddress& rStartAddress,
com::sun::star::table::CellAddress& rEndAddress,