[Libreoffice-commits] .: basegfx/inc
Ivan Timofeev
ivantimofeev at kemper.freedesktop.org
Sun Feb 26 04:34:04 PST 2012
basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 0499a44cddae31dff5ce1959aba8aa64119dea90
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date: Sun Feb 26 16:29:47 2012 +0400
definition was removed, remove declaration as well
diff --git a/basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx b/basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx
index 03fd079..d125d47 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
More information about the Libreoffice-commits
mailing list