diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-02-26 16:29:47 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-02-26 16:32:56 +0400 |
commit | 0499a44cddae31dff5ce1959aba8aa64119dea90 (patch) | |
tree | 1894aee96aff67c3891970840174f74c0321a278 /basegfx/inc | |
parent | f15c1c3e03dc8c647e0e86718183ac39885d8510 (diff) |
definition was removed, remove declaration as well
Diffstat (limited to 'basegfx/inc')
-rw-r--r-- | basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx b/basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx index 03fd0799e79f..d125d478ab8a 100644 --- a/basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx +++ b/basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx @@ -62,9 +62,6 @@ namespace basegfx // version for Polygons BASEGFX_DLLPUBLIC B3DPolyPolygon clipPolygonOnOrthogonalPlane(const B3DPolygon& rCandidate, B3DOrientation ePlaneOrthogonal, bool bClipPositive, double fPlaneOffset, bool bStroke); - // versions for B2DRange, clips only against X,Y - BASEGFX_DLLPUBLIC B3DPolyPolygon clipPolygonOnRange(const B3DPolygon& rCandidate, const B2DRange& rRange, bool bInside, bool bStroke); - } // end of namespace tools } // end of namespace basegfx |