summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableShapeImportHelper.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-05-28 05:55:01 +0000
committerSascha Ballach <sab@openoffice.org>2002-05-28 05:55:01 +0000
commita3a133875dc873783137ef6eaa601af79e6b1ab8 (patch)
treeb1a7f06b3669126f05e1450f43715466ae8aed6b /sc/source/filter/xml/XMLTableShapeImportHelper.hxx
parentd0fb1dea3139652606f2d282c1e0354f0e3bab3a (diff)
#99532#; set grouped shapes also on the correct layer
Diffstat (limited to 'sc/source/filter/xml/XMLTableShapeImportHelper.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableShapeImportHelper.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLTableShapeImportHelper.hxx b/sc/source/filter/xml/XMLTableShapeImportHelper.hxx
index 070a893cfe29..ee5781764f3d 100644
--- a/sc/source/filter/xml/XMLTableShapeImportHelper.hxx
+++ b/sc/source/filter/xml/XMLTableShapeImportHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTableShapeImportHelper.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: sab $ $Date: 2001-07-23 15:24:06 $
+ * last change: $Author: sab $ $Date: 2002-05-28 06:55:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,6 +81,7 @@ public:
XMLTableShapeImportHelper( ScXMLImport& rImp, SvXMLImportPropertyMapper *pImpMapper=0 );
~XMLTableShapeImportHelper();
+ void SetLayer(com::sun::star::uno::Reference<com::sun::star::drawing::XShape>& rShape, sal_Int16 nLayerID, const rtl::OUString& sType) const;
virtual void finishShape(com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& rShape,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList,
com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes);
@@ -90,4 +91,5 @@ public:
void SetOnTable (const sal_Bool bTempOnTable) { bOnTable = bTempOnTable; }
};
+
#endif