svx/source/svdraw/svdobj.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3c0fabfb477e0f5666691e0d65ab24b65c0a3e9d
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Fri Nov 28 15:11:04 2014 +0100

    SdrObject::TRSetBaseGeometry: Value stored to 'fRotate' is never read
    
    Change-Id: I3a0be6c9ac0d763e3de48ff5f1c2599392754315

diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx
index ac2fff1..d8a1442 100644
--- a/svx/source/svdraw/svdobj.cxx
+++ b/svx/source/svdraw/svdobj.cxx
@@ -3090,7 +3090,6 @@ void SdrObject::TRSetBaseGeometry(const 
basegfx::B2DHomMatrix& rMatrix, const ba
     {
         aScale.setX(fabs(aScale.getX()));
         aScale.setY(fabs(aScale.getY()));
-        fRotate = fmod(fRotate + F_PI, F_2PI);
     }
 
     // force metric to pool metric
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to