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/11/01 10:35:23 UTC

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

Author: alg
Date: Thu Nov  1 09:35:23 2012
New Revision: 1404513

URL: http://svn.apache.org/viewvc?rev=1404513&view=rev
Log:
#119536# removed code no longer needed after fix of that task

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=1404513&r1=1404512&r2=1404513&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx (original)
+++ incubator/ooo/trunk/main/sd/source/filter/eppt/epptso.cxx Thu Nov  1 09:35:23 2012
@@ -4861,21 +4861,10 @@ void PPTWriter::ImplWritePage( const PHL
                     else
                     {
                         ImplCreateShape( ESCHER_ShpInst_PictureFrame, 0xa00, aSolverContainer );
-                        const Rectangle aOldRect100thmm(aRect100thmm);
 
                         if ( aPropOpt.CreateGraphicProperties( mXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "GraphicURL" ) ), sal_False, sal_True ) )
                         {
                             aPropOpt.AddOpt( ESCHER_Prop_LockAgainstGrouping, 0x800080 );
-							
-                            if(aOldRect100thmm != aRect100thmm)
-                            {
-                                // #119536# graphic has been adapted (rotated) so that it can be saved without angle,
-                                // adapt local values as needed
-                                maPosition = ImplMapPoint( ::com::sun::star::awt::Point( aRect100thmm.Left(), aRect100thmm.Top() ) );
-					            maSize = ImplMapSize( ::com::sun::star::awt::Size ( aRect100thmm.GetWidth(), aRect100thmm.GetHeight() ) );
-							    maRect = Rectangle( Point( maPosition.X, maPosition.Y ), Size( maSize.Width, maSize.Height ) );
-							    mnAngle = 0;
-                            }
                         }
                     }
                 }