diff options
author | Muthu Subramanian <sumuthu@suse.com> | 2012-04-09 18:24:11 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2012-04-09 18:24:11 +0530 |
commit | 1c44b263d789b4c20e9178c6432300e301df94d6 (patch) | |
tree | 07a8097317a8dd3dfd41b3d4305a154c10acf979 /oox/source/drawingml | |
parent | 161fb1781bec7e587743b7589d00c9eb7fa00ac7 (diff) |
fdo43752: PPTX import fix affected odp imports.
Related bugs: n#719989, n#719997
Diffstat (limited to 'oox/source/drawingml')
-rw-r--r-- | oox/source/drawingml/customshapeproperties.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/drawingml/customshapeproperties.cxx b/oox/source/drawingml/customshapeproperties.cxx index 071f37a40f25..90c002758377 100644 --- a/oox/source/drawingml/customshapeproperties.cxx +++ b/oox/source/drawingml/customshapeproperties.cxx @@ -158,6 +158,7 @@ void CustomShapeProperties::pushToPropSet( const ::oox::core::FilterBase& /* rFi aPropertyMap[ PROP_MirroredX ] <<= Any( mbMirroredX ); aPropertyMap[ PROP_MirroredY ] <<= Any( mbMirroredY ); aPropertyMap[ PROP_TextPreRotateAngle ] <<= Any( mnTextRotateAngle ); + aPropertyMap[ PROP_IsPostRotateAngle ] <<= true; // For OpenXML Imports Sequence< PropertyValue > aSeq = aPropertyMap.makePropertyValueSequence(); aPropSet.setProperty( PROP_CustomShapeGeometry, aSeq ); |