summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:43:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:43:00 +0000
commit4299f3998ab0477b795e7721dbb3cefb37f010d1 (patch)
treeea706e4e568df2b64b02a31030eb68bed40706d5 /basegfx
parent321a74d285cb9f12853372e17aeb9d662d6a3a7a (diff)
INTEGRATION: CWS warnings01 (1.9.8); FILE MERGED
2005/10/24 16:15:01 pl 1.9.8.1: #i55991# remove warnings for solaris platform
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/curve/b2dbeziertools.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/basegfx/source/curve/b2dbeziertools.cxx b/basegfx/source/curve/b2dbeziertools.cxx
index ac7933ec8c64..641e2b85b83e 100644
--- a/basegfx/source/curve/b2dbeziertools.cxx
+++ b/basegfx/source/curve/b2dbeziertools.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: b2dbeziertools.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:40:13 $
+ * last change: $Author: hr $ $Date: 2006-06-20 03:43:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -554,10 +554,10 @@ namespace basegfx
return nPoints;
}
- sal_Int32 adaptiveSubdivideByDistance( B2DPolygon& rPoly,
- const B2DQuadraticBezier& rCurve,
- double distanceBounds,
- bool bAddEndPoint )
+ sal_Int32 adaptiveSubdivideByDistance( B2DPolygon& /*rPoly*/,
+ const B2DQuadraticBezier& /*rCurve*/,
+ double /*distanceBounds*/,
+ bool /*bAddEndPoint*/ )
{
// TODO
return 0;