summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshap.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-11-16 15:31:37 +0000
committerChristian Lippka <cl@openoffice.org>2000-11-16 15:31:37 +0000
commitcd287d5670b4cf6520df45930b3c37f8f7141980 (patch)
tree00e97ec1d559bebafd7752523ab4840cc04cf965 /xmloff/source/draw/ximpshap.hxx
parente40fb85688c01983e87e0e10f69565bbb86df2af (diff)
#79620# added support for named shapes
Diffstat (limited to 'xmloff/source/draw/ximpshap.hxx')
-rw-r--r--xmloff/source/draw/ximpshap.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx
index 7cf908154df3..0243e46d5576 100644
--- a/xmloff/source/draw/ximpshap.hxx
+++ b/xmloff/source/draw/ximpshap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpshap.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: cl $ $Date: 2000-11-15 11:58:54 $
+ * last change: $Author: cl $ $Date: 2000-11-16 16:31:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,6 +100,7 @@ protected:
com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList> mxAttrList;
rtl::OUString maDrawStyleName;
rtl::OUString maPresentationClass;
+ rtl::OUString maShapeName;
sal_Int32 mnRotate;
sal_uInt16 mnStyleFamily;
sal_uInt16 mnClass;