summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpgrp.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-05-08 11:47:11 +0000
committerChristian Lippka <cl@openoffice.org>2001-05-08 11:47:11 +0000
commit82e6ce3e704c04e8659193e44d5ed902d21aebcc (patch)
treeb986466f94f293199d9e77f0d0098be119c3bcb2 /xmloff/source/draw/ximpgrp.cxx
parent4f4a1cada22b7c795569604de82ba0fea38a2e3a (diff)
#86741# call finishshape only once for group shape
Diffstat (limited to 'xmloff/source/draw/ximpgrp.cxx')
-rw-r--r--xmloff/source/draw/ximpgrp.cxx5
1 files changed, 2 insertions, 3 deletions
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 );