diff options
author | Armin Le Grand <alg@apache.org> | 2012-06-20 12:52:26 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2012-06-20 12:52:26 +0000 |
commit | f3c156fd4e1d847606433b72cd4d198d90674603 (patch) | |
tree | 3e105a6b09215991b9a60c044ebd7b799e248b8f /sd/source | |
parent | be8f6c6cae92adfd3c841c0939f3a54db17e280d (diff) |
#119459# Corrected export of connectors to PPT format, Patch by: Sun Ying, Review by: alg
Notes
Notes:
merged as: 40ca6b3a9f805e4a1c12a9ed2c487282fff1c08b
Diffstat (limited to 'sd/source')
-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 fce7100f443c..ffba87549356 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -4634,6 +4634,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" ) { |