Kaydet (Commit) f3c156fd authored tarafından Armin Le Grand's avatar Armin Le Grand

#119459# Corrected export of connectors to PPT format, Patch by: Sun Ying, Review by: alg

üst be8f6c6c
......@@ -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" )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment