You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by al...@apache.org on 2012/06/21 15:03:02 UTC

svn commit: r1352524 - /incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx

Author: alg
Date: Thu Jun 21 13:03:01 2012
New Revision: 1352524

URL: http://svn.apache.org/viewvc?rev=1352524&view=rev
Log:
Corrected CRLF to Unix style

Modified:
    incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx

Modified: incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx?rev=1352524&r1=1352523&r2=1352524&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx (original)
+++ incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx Thu Jun 21 13:03:01 2012
@@ -4634,9 +4634,9 @@ void PPTWriter::ImplWritePage( const PHL
 
                 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;
+
+                // #119459# for connector shape, the start point and end point is fixed, and should not be rotated.
+                mnAngle = 0;
             }
             else if ( mType == "drawing.Measure" )
             {