summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 12:37:59 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 12:37:59 +0000
commit12ad905275ff89422a342a0d5121d6868f81b63b (patch)
tree6ccbd0c3edf705ffc7df7a516ba0b6afadf735f3 /svx/source
parent74cb1c4cb5f72fd8cf80c6d144eda00841394647 (diff)
INTEGRATION: CWS aw024 (1.4.626); FILE MERGED
2006/10/27 12:14:08 aw 1.4.626.3: #i39528# ::basegfx -> basegfx adaption 2005/09/18 04:59:06 aw 1.4.626.2: RESYNC: (1.4-1.5); FILE MERGED 2004/12/28 11:21:23 aw 1.4.626.1: #i39528
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/svdraw/gradtrns.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/svdraw/gradtrns.hxx b/svx/source/svdraw/gradtrns.hxx
index 7eaa19e76e05..b6bdbffb8b5c 100644
--- a/svx/source/svdraw/gradtrns.hxx
+++ b/svx/source/svdraw/gradtrns.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gradtrns.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:21:16 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 13:37:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,8 +42,8 @@
#include <tools/gen.hxx>
#endif
-#ifndef _VECTOR2D_HXX
-#include <tools/vector2d.hxx>
+#ifndef _BGFX_POINT_B2DPOINT_HXX
+#include <basegfx/point/b2dpoint.hxx>
#endif
class SdrObject;
@@ -51,8 +51,8 @@ class SdrObject;
class GradTransVector
{
public:
- Point aPos1;
- Point aPos2;
+ basegfx::B2DPoint maPositionA;
+ basegfx::B2DPoint maPositionB;
Color aCol1;
Color aCol2;
};
@@ -71,7 +71,7 @@ public:
void GradToVec(GradTransGradient& rG, GradTransVector& rV,
const SdrObject* pObj);
void VecToGrad(GradTransVector& rV, GradTransGradient& rG,
- GradTransGradient& rGOld, const SdrObject* pObj, BOOL bMoveSingle, BOOL bMoveFirst);
+ GradTransGradient& rGOld, const SdrObject* pObj, sal_Bool bMoveSingle, sal_Bool bMoveFirst);
};
#endif // _GRADTRANS_HXX