summaryrefslogtreecommitdiff
path: root/basegfx/inc/basegfx/range
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 10:04:35 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 10:04:35 +0000
commit802cc3ebd75488ccba262908e9e0015a31d93346 (patch)
tree920c1711098f332eed9cbf85c8721ef7c7ed95a2 /basegfx/inc/basegfx/range
parent1af4a70e92a0a6c9700704815765e8561916d348 (diff)
INTEGRATION: CWS aw051 (1.12.58); FILE MERGED
2007/06/15 13:29:00 aw 1.12.58.1: #i77162# 3rd round of adaptions to B2DPolygon bezier handling
Diffstat (limited to 'basegfx/inc/basegfx/range')
-rw-r--r--basegfx/inc/basegfx/range/basicrange.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/basegfx/inc/basegfx/range/basicrange.hxx b/basegfx/inc/basegfx/range/basicrange.hxx
index 2114624369ec..e9fb3dbb39a4 100644
--- a/basegfx/inc/basegfx/range/basicrange.hxx
+++ b/basegfx/inc/basegfx/range/basicrange.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basicrange.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2005-11-02 13:55:39 $
+ * last change: $Author: obo $ $Date: 2007-07-18 11:04:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -178,13 +178,6 @@ namespace basegfx
fTools::equal(mnMaximum, rRange.mnMaximum));
}
- bool equal(const BasicRange& rRange, const double& rfSmallValue) const
- {
- return (
- fTools::equal(mnMinimum, rRange.mnMinimum, rfSmallValue) &&
- fTools::equal(mnMaximum, rRange.mnMaximum, rfSmallValue));
- }
-
void expand(T nValue)
{
if(isEmpty())