diff options
author | Christian Lippka <cl@openoffice.org> | 2000-11-06 11:16:57 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-11-06 11:16:57 +0000 |
commit | f39de35ad867fe76fca11cdef53186cc58a31b18 (patch) | |
tree | c4c2dc28b3dc2085fd1fb3a5f0296d67f5445dd9 /xmloff | |
parent | df4e0dc990419c066e25bfa767d763b45bd7fbb7 (diff) |
new virtual method to trigger adding of a new shape
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/shapeimport.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/draw/shapeimport.cxx b/xmloff/source/draw/shapeimport.cxx index c975bc5ef2b4..756acfd63d6e 100644 --- a/xmloff/source/draw/shapeimport.cxx +++ b/xmloff/source/draw/shapeimport.cxx @@ -2,9 +2,9 @@ * * $RCSfile: shapeimport.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: cl $ $Date: 2000-11-06 12:08:07 $ + * last change: $Author: cl $ $Date: 2000-11-06 12:16:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -586,7 +586,6 @@ SvXMLImportContext* XMLShapeImportHelper::CreateGroupChildContext( void XMLShapeImportHelper::addShape( uno::Reference< drawing::XShape >& rShape, const uno::Reference< xml::sax::XAttributeList >& xAttrList, uno::Reference< drawing::XShapes >& rShapes) - throw() { if( rShape.is() && rShapes.is() ) { |