diff options
-rw-r--r-- | chart2/source/controller/main/DragMethod_RotateDiagram.hxx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chart2/source/controller/main/DragMethod_RotateDiagram.hxx b/chart2/source/controller/main/DragMethod_RotateDiagram.hxx index f35ca8d0771f..e2e9f4f7690f 100644 --- a/chart2/source/controller/main/DragMethod_RotateDiagram.hxx +++ b/chart2/source/controller/main/DragMethod_RotateDiagram.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: DragMethod_RotateDiagram.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -78,6 +78,12 @@ private: double m_fAdditionalYAngleRad; double m_fAdditionalZAngleRad; + sal_Int32 m_nInitialHorizontalAngleDegree; + sal_Int32 m_nInitialVerticalAngleDegree; + + sal_Int32 m_nAdditionalHorizontalAngleDegree; + sal_Int32 m_nAdditionalVerticalAngleDegree; + RotationDirection m_eRotationDirection; sal_Bool m_bRightAngledAxes; }; |