diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-10 00:55:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-11 09:04:34 +0100 |
commit | d82ceb0cfdfac64f9d377cb273aa9c85cb475d00 (patch) | |
tree | 9c050c678495c6de287ceff860320db932a9b38e /svx/inc | |
parent | c46bc9ed206f560be9873c8fd035024d306229c3 (diff) |
remove unused polypolygon variants
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svdtrans.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/inc/svx/svdtrans.hxx b/svx/inc/svx/svdtrans.hxx index b0cd472a2681..e740b71c4be5 100644 --- a/svx/inc/svx/svdtrans.hxx +++ b/svx/inc/svx/svdtrans.hxx @@ -92,8 +92,6 @@ void MirrorXPoly(XPolyPolygon& rPoly, const Point& rRef1, const Point& rRef2); inline void ShearPoint(Point& rPnt, const Point& rRef, double tn, bool bVShear = false); SVX_DLLPUBLIC void ShearPoly(Polygon& rPoly, const Point& rRef, double tn, bool bVShear = false); void ShearXPoly(XPolygon& rPoly, const Point& rRef, double tn, bool bVShear = false); -void ShearPoly(PolyPolygon& rPoly, const Point& rRef, double tn, bool bVShear = false); -void ShearXPoly(XPolyPolygon& rPoly, const Point& rRef, double tn, bool bVShear = false); // rPnt.X bzw rPnt.Y wird auf rCenter.X bzw. rCenter.Y gesetzt! // anschliessend muss rPnt nur noch um rCenter gedreht werden. |