summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshap.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-11-06 11:08:07 +0000
committerChristian Lippka <cl@openoffice.org>2000-11-06 11:08:07 +0000
commit78815c91d838b214dbaf57038afbdccdbb0c7107 (patch)
tree8152dff62ad5687e2d1be4b657ab891996dc085a /xmloff/source/draw/ximpshap.hxx
parentc2aeb73afdbe293a930c9624886a4759ba66c256 (diff)
new virtual method to trigger adding of a new shape
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 69493753cba7..7af98b3bdb9b 100644
--- a/xmloff/source/draw/ximpshap.hxx
+++ b/xmloff/source/draw/ximpshap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpshap.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: cl $ $Date: 2000-11-02 10:56:21 $
+ * last change: $Author: cl $ $Date: 2000-11-06 12:08:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,6 +97,7 @@ protected:
com::sun::star::uno::Reference< com::sun::star::drawing::XShape > mxShape;
com::sun::star::uno::Reference< com::sun::star::text::XTextCursor > mxCursor;
com::sun::star::uno::Reference< com::sun::star::text::XTextCursor > mxOldCursor;
+ com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList> mxAttrList;
rtl::OUString maDrawStyleName;
rtl::OUString maPresentationClass;
sal_Int32 mnRotate;