summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpgrp.cxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 12:52:57 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 12:52:57 +0000
commit7de00aaa947b2e583959c1ef6fa3a28ac51fefea (patch)
treefef77268473b096388ed1c8f7bb6cf123854080f /xmloff/source/draw/ximpgrp.cxx
parentb94361997eb8c38dc2d64287d0bdc8dcc2500db3 (diff)
INTEGRATION: CWS swdrawpositioning (1.10.192); FILE MERGED
2004/04/21 13:43:43 cl 1.10.192.1: #116441# project global context to get created XShape from import context
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 7143c4936f..9b50f96c6d 100644
--- a/xmloff/source/draw/ximpgrp.cxx
+++ b/xmloff/source/draw/ximpgrp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ximpgrp.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 18:20:17 $
+ * last change: $Author: hjs $ $Date: 2004-06-28 13:52:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -163,6 +163,8 @@ void SdXMLGroupShapeContext::EndElement()
{
if( mxChilds.is() )
GetImport().GetShapeImport()->popGroupAndSort();
+
+ SdXMLShapeContext::EndElement();
}