summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-09-29 11:29:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-09-29 11:29:16 +0000
commit0056e03d5aff6c661fb5b0f6783574c387348f16 (patch)
tree5e5e668b7bc0dbe9323f43e6740ed8c789113dea /xmloff/source
parent5dd9559c4b742a68ed88ff89bf302f8a52b41f8a (diff)
CWS-TOOLING: integrate CWS impress159_DEV300
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/draw/ximpshap.cxx3
1 files changed, 2 insertions, 1 deletions
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