summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-03 12:29:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-03 12:29:45 +0000
commit010851e3b0b5c63ef58e0b5f98890e0475d9bc91 (patch)
treeda2b70249bfea664d680086fe9980b575a40c721 /basegfx
parentbd907b18b9068db4222b003b05fc25ae64faa143 (diff)
INTEGRATION: CWS aw017 (1.10.34); FILE MERGED
2004/07/29 14:04:29 aw 1.10.34.1: #i25616#
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/inc/basegfx/polygon/b2dpolygontools.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx b/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
index 637c814c3c8f..6a70fc553751 100644
--- a/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
+++ b/basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2dpolygontools.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: thb $ $Date: 2004-02-16 17:03:06 $
+ * last change: $Author: hr $ $Date: 2004-08-03 13:29:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -200,7 +200,9 @@ namespace basegfx
// Apply Line Dashing. This cuts the Polygon into line pieces
// which are inserted as single polygons into the result.
- ::basegfx::B2DPolyPolygon applyLineDashing(const ::basegfx::B2DPolygon& rCandidate, const ::std::vector<double>& raDashDotArray, double fFullDashDotLen);
+ // If fFullDashDotLen is not given it will be calculated from the given
+ // raDashDotArray.
+ ::basegfx::B2DPolyPolygon applyLineDashing(const ::basegfx::B2DPolygon& rCandidate, const ::std::vector<double>& raDashDotArray, double fFullDashDotLen = 0.0);
// test if point is inside epsilon-range around an edge defined
// by the two given points. Can be used for HitTesting. The epsilon-range