From 9484d0283f19485e958d5584273ef501c30ff125 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 15 May 2008 07:02:57 +0000 Subject: [PATCH] INTEGRATION: CWS chart26_DEV300 (1.3.110); FILE MERGED 2008/04/23 19:41:31 iha 1.3.110.1: #i72994# correct 3D rotation --- .../source/controller/main/DragMethod_RotateDiagram.hxx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; };