summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshap.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-05-31 10:18:38 +0000
committerChristian Lippka <cl@openoffice.org>2001-05-31 10:18:38 +0000
commite88904df1e7ba328554fdd3758812b56261608b3 (patch)
treede2dbfcba059d05847a1fd343eea717a7c962ae2 /xmloff/source/draw/ximpshap.hxx
parentcbaeb1f48bd43f1a959a187dfe6995a7bfa51699 (diff)
#87219# added user glue points
Diffstat (limited to 'xmloff/source/draw/ximpshap.hxx')
-rw-r--r--xmloff/source/draw/ximpshap.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx
index 2d1e41dc6499..54e45db7ca73 100644
--- a/xmloff/source/draw/ximpshap.hxx
+++ b/xmloff/source/draw/ximpshap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpshap.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: cl $ $Date: 2001-05-14 11:35:10 $
+ * last change: $Author: cl $ $Date: 2001-05-31 11:18:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,10 @@
#ifndef _XIMPSHAPE_HXX
#define _XIMPSHAPE_HXX
+#ifndef _COM_SUN_STAR_CONTAINER_XINDEXCONTAINER_HPP_
+#include <com/sun/star/container/XIndexContainer.hpp>
+#endif
+
#ifndef _XMLOFF_XMLICTXT_HXX
#include "xmlictxt.hxx"
#endif
@@ -106,6 +110,8 @@ protected:
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;
+ com::sun::star::uno::Reference< com::sun::star::container::XIndexContainer > mxGluePoints;
+
rtl::OUString maDrawStyleName;
rtl::OUString maPresentationClass;
rtl::OUString maShapeName;
@@ -130,6 +136,7 @@ protected:
SvXMLImport& GetImport() { return SvXMLImportContext::GetImport(); }
const SvXMLImport& GetImport() const { return SvXMLImportContext::GetImport(); }
+ void addGluePoint( const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList );
public:
TYPEINFO();