diff options
author | Christian Lippka <cl@openoffice.org> | 2000-11-15 10:58:54 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-11-15 10:58:54 +0000 |
commit | 2141dee60dbc8f93c0245b28f3516dfe9b0eed78 (patch) | |
tree | 61e36b1ef11cf9952e2b38942e3308e52de90e02 /xmloff/source/draw/ximpshap.hxx | |
parent | 71cbf1c70c29d4cd9b30a2b3531edc669af5ddcb (diff) |
added finishShape method for post import shape modifikation
Diffstat (limited to 'xmloff/source/draw/ximpshap.hxx')
-rw-r--r-- | xmloff/source/draw/ximpshap.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index 50322b4c684d..7cf908154df3 100644 --- a/xmloff/source/draw/ximpshap.hxx +++ b/xmloff/source/draw/ximpshap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ximpshap.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: cl $ $Date: 2000-11-15 10:05:02 $ + * last change: $Author: cl $ $Date: 2000-11-15 11:58:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,7 +120,6 @@ public: virtual ~SdXMLShapeContext(); virtual void StartElement(const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList); - virtual void EndElement(); virtual SvXMLImportContext * CreateChildContext( USHORT nPrefix, const ::rtl::OUString& rLocalName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ); |