From 12ad905275ff89422a342a0d5121d6868f81b63b Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 14 Nov 2006 12:37:59 +0000 Subject: 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 --- svx/source/svdraw/gradtrns.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'svx/source/svdraw/gradtrns.hxx') 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 #endif -#ifndef _VECTOR2D_HXX -#include +#ifndef _BGFX_POINT_B2DPOINT_HXX +#include #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 -- cgit v1.2.3