summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdtrans.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdtrans.cxx')
-rw-r--r--svx/source/svdraw/svdtrans.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/svdraw/svdtrans.cxx b/svx/source/svdraw/svdtrans.cxx
index 66a5fb8d9b1b..46264b3037d7 100644
--- a/svx/source/svdraw/svdtrans.cxx
+++ b/svx/source/svdraw/svdtrans.cxx
@@ -133,14 +133,6 @@ void MirrorPoint(Point& rPnt, const Point& rRef1, const Point& rRef2)
}
}
-void MirrorPoly(tools::Polygon& rPoly, const Point& rRef1, const Point& rRef2)
-{
- sal_uInt16 nCount=rPoly.GetSize();
- for (sal_uInt16 i=0; i<nCount; i++) {
- MirrorPoint(rPoly[i],rRef1,rRef2);
- }
-}
-
void MirrorXPoly(XPolygon& rPoly, const Point& rRef1, const Point& rRef2)
{
sal_uInt16 nCount=rPoly.GetPointCount();