summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/DragMethod_RotateDiagram.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-17 08:40:10 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-17 08:40:10 +0000
commit0ec586304e906c6e19a244a1303df1d86213d0b4 (patch)
treee5d866619d25c3cde1f5810de649f66cca245707 /chart2/source/controller/main/DragMethod_RotateDiagram.hxx
parentCWS-TOOLING: integrate CWS cmcfixes49 (diff)
downloadcore-0ec586304e906c6e19a244a1303df1d86213d0b4.tar.gz
core-0ec586304e906c6e19a244a1303df1d86213d0b4.zip
CWS-TOOLING: integrate CWS aw057
Diffstat (limited to 'chart2/source/controller/main/DragMethod_RotateDiagram.hxx')
-rw-r--r--chart2/source/controller/main/DragMethod_RotateDiagram.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/main/DragMethod_RotateDiagram.hxx b/chart2/source/controller/main/DragMethod_RotateDiagram.hxx
index e2e9f4f7690f..23f13e0565e0 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.5 $
+ * $Revision: 1.5.60.1 $
*
* This file is part of OpenOffice.org.
*
@@ -32,8 +32,8 @@
#include "DragMethod_Base.hxx"
-// header for class ::basegfx::B3DPolygon
-#include <basegfx/polygon/b3dpolygon.hxx>
+// header for class ::basegfx::B3DPolyPolygon
+#include <basegfx/polygon/b3dpolypolygon.hxx>
namespace chart
{
@@ -68,7 +68,7 @@ private:
Rectangle m_aReferenceRect;
Point m_aStartPos;
- ::basegfx::B3DPolygon m_aWireframePoly;
+ basegfx::B3DPolyPolygon m_aWireframePolyPolygon;
double m_fInitialXAngleRad;
double m_fInitialYAngleRad;