summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpgrp.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 17:21:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 17:21:03 +0000
commit52169e00e90e0e2736765acbaca7804e8813994c (patch)
tree98027f69ab7771f855204316f87d37a88fb32bb4 /xmloff/source/draw/ximpgrp.cxx
parentc70d693e7c34bf749c3502118148395ddf8a7ae1 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'xmloff/source/draw/ximpgrp.cxx')
-rw-r--r--xmloff/source/draw/ximpgrp.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpgrp.cxx b/xmloff/source/draw/ximpgrp.cxx
index 20bdb228d4..7143c4936f 100644
--- a/xmloff/source/draw/ximpgrp.cxx
+++ b/xmloff/source/draw/ximpgrp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpgrp.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: cl $ $Date: 2002-11-04 12:38:51 $
+ * last change: $Author: hr $ $Date: 2003-03-27 18:20:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,6 +147,8 @@ void SdXMLGroupShapeContext::StartElement(const uno::Reference< xml::sax::XAttri
if(mxShape.is())
{
+ SetStyle( false );
+
mxChilds = uno::Reference< drawing::XShapes >::query( mxShape );
if( mxChilds.is() )
GetImport().GetShapeImport()->pushGroupForSorting( mxChilds );