summaryrefslogtreecommitdiffstats
path: root/xmloff
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
commitf22a3f50ef309a89a5aa3158a0f75424bbf4b6b5 (patch)
tree6dce9d730a71aa823d5c1257809d8fcee345a6d2 /xmloff
parentCWS-TOOLING: integrate CWS sb96_DEV300 (diff)
downloadcore-f22a3f50ef309a89a5aa3158a0f75424bbf4b6b5.tar.gz
core-f22a3f50ef309a89a5aa3158a0f75424bbf4b6b5.zip
CWS-TOOLING: integrate CWS impress159_DEV300
Diffstat (limited to 'xmloff')
-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 81ab01fa5d82..9902c4796ea5 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