From c3663a687ccc9365b2b4eb4a3950b8d94c2d6ea7 Mon Sep 17 00:00:00 2001 From: Armin Weiss Date: Wed, 5 Nov 2003 11:25:58 +0000 Subject: Added PolyPolygonTools, Added PolygonTool functionality, changed bool to sal_Bool --- basegfx/inc/basegfx/range/b3drange.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'basegfx/inc/basegfx/range/b3drange.hxx') diff --git a/basegfx/inc/basegfx/range/b3drange.hxx b/basegfx/inc/basegfx/range/b3drange.hxx index 0f9f114e8ec6..a62f61208b5d 100644 --- a/basegfx/inc/basegfx/range/b3drange.hxx +++ b/basegfx/inc/basegfx/range/b3drange.hxx @@ -2,9 +2,9 @@ * * $RCSfile: b3drange.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: aw $ $Date: 2003-10-31 10:13:09 $ + * last change: $Author: aw $ $Date: 2003-11-05 12:25:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,7 +99,7 @@ namespace basegfx { } - bool isEmpty() const + sal_Bool isEmpty() const { return ( maRangeX.isEmpty() @@ -149,7 +149,7 @@ namespace basegfx ); } - bool isInside(const tuple::B3DTuple& rTuple) const + sal_Bool isInside(const tuple::B3DTuple& rTuple) const { return ( maRangeX.isInside(rTuple.getX()) @@ -158,7 +158,7 @@ namespace basegfx ); } - bool isInside(const B3DRange& rRange) const + sal_Bool isInside(const B3DRange& rRange) const { return ( maRangeX.isInside(rRange.maRangeX) -- cgit v1.2.3