diff options
author | Armin Le Grand <alg@apache.org> | 2012-06-20 12:52:26 +0000 |
---|---|---|
committer | Xisco Fauli <anistenis@gmail.com> | 2013-03-25 00:41:04 +0100 |
commit | 40ca6b3a9f805e4a1c12a9ed2c487282fff1c08b (patch) | |
tree | a92d0558b72db046479d45d82a2af5590385745e /sd | |
parent | 69b0688589fe611d873d2c8d2556dd1279c764a0 (diff) |
#119459# Corrected export of connectors to PPT format, Patch by: Sun Ying, Review by: alg
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/epptso.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index 106bb741825f..f543cdee6687 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -2664,6 +2664,9 @@ void PPTWriter::ImplWritePage( const PHLayout& rLayout, EscherSolverContainer& a mpPptEscherEx->OpenContainer( ESCHER_SpContainer ); ImplCreateShape( nSpType, nSpFlags, aSolverContainer ); +
+ // #119459# for connector shape, the start point and end point is fixed, and should not be rotated.
+ mnAngle = 0;
} else if ( mType == "drawing.Measure" ) { |