summaryrefslogtreecommitdiff
path: root/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 07:34:47 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 07:34:47 +0000
commit80b711d3fd57ca59787f7a7bafe95b22ce1eebd5 (patch)
tree8ad713f2082e273b8fccf11cf3d6ae34e612684e /basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
parenta1f943fc5578479f3083ff5ea545365e19c0b804 (diff)
INTEGRATION: CWS aw019 (1.4.8); FILE MERGED
2004/10/13 08:30:20 aw 1.4.8.1: #i34831#
Diffstat (limited to 'basegfx/inc/basegfx/polygon/b3dpolygontools.hxx')
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolygontools.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx b/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
index fe225f530a35..791f89c55fbf 100644
--- a/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
+++ b/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3dpolygontools.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2004-08-03 13:30:12 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 08:34:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,11 +102,6 @@ namespace basegfx
sal_uInt32 getIndexOfPredecessor(sal_uInt32 nIndex, const ::basegfx::B3DPolygon& rCandidate);
sal_uInt32 getIndexOfSuccessor(sal_uInt32 nIndex, const ::basegfx::B3DPolygon& rCandidate);
- // Get index of first different predecessor. Returning the same index means there
- // is none. Same for successor.
- sal_uInt32 getIndexOfDifferentPredecessor(sal_uInt32 nIndex, const ::basegfx::B3DPolygon& rCandidate);
- sal_uInt32 getIndexOfDifferentSuccessor(sal_uInt32 nIndex, const ::basegfx::B3DPolygon& rCandidate);
-
// get size of polygon. Control vectors are included in that ranges.
::basegfx::B3DRange getRange(const ::basegfx::B3DPolygon& rCandidate);