diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-04-23 13:11:07 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-04-23 13:12:18 +0200 |
commit | 1e48bfcd7aa811d31ecdf9df897b30cffebd5669 (patch) | |
tree | 8ba7b5e86ef310e291d40dfc8e5a28aaece70306 /svx | |
parent | b5ac3468e8f186ad807bdd737d7a846320dc30c5 (diff) |
fdo#76878 Revert "Resolves: #i116244# need to reset rotation..."
This reverts commit 20dee85b6390ef3edc5434889523cd9fd0137bae.
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdopath.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx index d52e69eb1b7a..abe05edbe193 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 |