diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-03-29 15:48:43 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-03-29 15:48:43 +0000 |
commit | 3f8e82d580e43a5b7074b0a56236b1bbf85cdc4d (patch) | |
tree | f720b1b7897cb59f0b16a620ff13a7a714fda6b3 /xmloff/source/draw/ximpshap.hxx | |
parent | c5f79507ba17543d3d8a25e86500620e70752db5 (diff) |
#81839# XML image map support added to drawing apps
Diffstat (limited to 'xmloff/source/draw/ximpshap.hxx')
-rw-r--r-- | xmloff/source/draw/ximpshap.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index e5799cdde317..f3036fdbab60 100644 --- a/xmloff/source/draw/ximpshap.hxx +++ b/xmloff/source/draw/ximpshap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ximpshap.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: aw $ $Date: 2001-02-22 12:27:36 $ + * last change: $Author: dvo $ $Date: 2001-03-29 16:48:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -410,6 +410,8 @@ public: virtual ~SdXMLGraphicObjectShapeContext(); virtual void StartElement( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList ); + virtual SvXMLImportContext * CreateChildContext( USHORT nPrefix, const ::rtl::OUString& rLocalName, + const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ); // this is called from the parent group for each unparsed attribute in the attribute list virtual void processAttribute( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, const ::rtl::OUString& rValue ); |