From 0056e03d5aff6c661fb5b0f6783574c387348f16 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 29 Sep 2008 11:29:16 +0000 Subject: CWS-TOOLING: integrate CWS impress159_DEV300 --- xmloff/source/draw/ximpshap.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index cc5f854be1..aa63749a1d 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -3622,12 +3622,13 @@ void SdXMLTableShapeContext::EndElement() if( mxTableImportContext.Is() ) mxTableImportContext->EndElement(); + SdXMLShapeContext::EndElement(); + if( mxShape.is() ) { // set pos, size, shear and rotate SetTransformation(); } - SdXMLShapeContext::EndElement(); } // this is called from the parent group for each unparsed attribute in the attribute list -- cgit v1.2.3