[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - svx/source

Andras Timar andras.timar at collabora.com
Wed Apr 23 04:23:46 PDT 2014


 svx/source/svdraw/svdopath.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit c9be21b771e83566c912542f98a4cb5d8932f129
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed Apr 23 13:11:07 2014 +0200

    fdo#76878 Revert "Resolves: #i116244# need to reset rotation..."
    
    This reverts commit 20dee85b6390ef3edc5434889523cd9fd0137bae.
    
    (cherry picked from commit 1e48bfcd7aa811d31ecdf9df897b30cffebd5669)
    
    Change-Id: I712e11a84b01965882da40eca7ac5a5f0c8cb294
    Reviewed-on: https://gerrit.libreoffice.org/9140
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx
index 11e551b..75d83e3 100644
--- a/svx/source/svdraw/svdopath.cxx
+++ b/svx/source/svdraw/svdopath.cxx
@@ -1767,10 +1767,6 @@ void SdrPathObj::ImpForceKind()
         {
             aRect = lcl_ImpGetBoundRect(GetPathPoly());
         }
-
-        // #i116244# reset rotation
-        aGeo.nDrehWink = aGeo.nShearWink = 0;
-        aGeo.RecalcSinCos(); aGeo.RecalcTan();
     }
 
     // #i75974# adapt polygon state to object type. This may include a reinterpretation


More information about the Libreoffice-commits mailing list