summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/DragMethod_RotateDiagram.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/main/DragMethod_RotateDiagram.cxx')
-rw-r--r--chart2/source/controller/main/DragMethod_RotateDiagram.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/DragMethod_RotateDiagram.cxx b/chart2/source/controller/main/DragMethod_RotateDiagram.cxx
index b32609dae846..3dbfa1810cd4 100644
--- a/chart2/source/controller/main/DragMethod_RotateDiagram.cxx
+++ b/chart2/source/controller/main/DragMethod_RotateDiagram.cxx
@@ -196,7 +196,7 @@ void DragMethod_RotateDiagram::CreateOverlayGeometry(sdr::overlay::OverlayManage
else
{
ThreeDHelper::adaptRadAnglesForRightAngledAxes( fResultX, fResultY );
- aCurrentTransform.shearXY(fResultY,-(fResultX));
+ aCurrentTransform.shearXY(fResultY,-fResultX);
}
if(m_aWireframePolyPolygon.count() && m_pScene)