summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableShapeResizer.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-04-05 14:55:29 +0000
committerSascha Ballach <sab@openoffice.org>2001-04-05 14:55:29 +0000
commit09f04fb53406f6ba3bb5d8bcfa1f220c12f9c09c (patch)
tree043e3d742ba7d61d3b323859272714bb19d8ae6e /sc/source/filter/xml/XMLTableShapeResizer.hxx
parent07495068375e2e68aaf9645ccd69c5c25e08f48d (diff)
#85774#; don't resize shapes when recalculating the row height and column width while importing xml and set the size self
Diffstat (limited to 'sc/source/filter/xml/XMLTableShapeResizer.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableShapeResizer.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sc/source/filter/xml/XMLTableShapeResizer.hxx b/sc/source/filter/xml/XMLTableShapeResizer.hxx
index f7d4e257094c..b371d9b7ceb0 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sab $ $Date: 2001-03-20 16:19:41 $
+ * last change: $Author: sab $ $Date: 2001-04-05 15:55:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,8 +82,6 @@ struct ScMyToResizeShape
com::sun::star::uno::Reference <com::sun::star::drawing::XShape> xShape;
com::sun::star::table::CellAddress aEndCell;
com::sun::star::table::CellAddress aStartCell;
- sal_Int32 nStartX;
- sal_Int32 nStartY;
sal_Int32 nEndX;
sal_Int32 nEndY;
};
@@ -101,7 +99,7 @@ public:
void AddShape(com::sun::star::uno::Reference <com::sun::star::drawing::XShape>& rShape,
com::sun::star::table::CellAddress& rStartAddress,
com::sun::star::table::CellAddress& rEndAddress,
- sal_Int32 nStartX, sal_Int32 nStartY, sal_Int32 nEndX, sal_Int32 nEndY);
+ sal_Int32 nEndX, sal_Int32 nEndY);
void ResizeShapes(::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheet > xSheet);
};