From 82e6ce3e704c04e8659193e44d5ed902d21aebcc Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Tue, 8 May 2001 11:47:11 +0000 Subject: #86741# call finishshape only once for group shape --- xmloff/source/draw/ximpgrp.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'xmloff/source/draw/ximpgrp.cxx') diff --git a/xmloff/source/draw/ximpgrp.cxx b/xmloff/source/draw/ximpgrp.cxx index bd4fe98310a8..e58089fe796b 100644 --- a/xmloff/source/draw/ximpgrp.cxx +++ b/xmloff/source/draw/ximpgrp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ximpgrp.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: cl $ $Date: 2001-04-30 14:29:26 $ + * last change: $Author: cl $ $Date: 2001-05-08 12:47:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -142,7 +142,6 @@ void SdXMLGroupShapeContext::StartElement(const uno::Reference< xml::sax::XAttri { SetStyle(); - SdXMLShapeContext::StartElement(xAttrList); mxChilds = uno::Reference< drawing::XShapes >::query( mxShape ); if( mxChilds.is() ) GetImport().GetShapeImport()->pushGroupForSorting( mxChilds ); -- cgit