svx/source/svdraw/svdopath.cxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit 1e48bfcd7aa811d31ecdf9df897b30cffebd5669 Author: Andras Timar <[email protected]> Date: Wed Apr 23 13:11:07 2014 +0200 fdo#76878 Revert "Resolves: #i116244# need to reset rotation..." This reverts commit 20dee85b6390ef3edc5434889523cd9fd0137bae. diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx index d52e69e..abe05ed 100644 --- a/svx/source/svdraw/svdopath.cxx +++ b/svx/source/svdraw/svdopath.cxx @@ -1794,10 +1794,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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
