summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoedge.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-08-02 15:08:45 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-08-02 18:17:13 +0200
commit228d801ab1d5e1dd86b814703b2e25baf69ad07c (patch)
tree6aa1a8aaabf5ce52c57f55925ae3b89074d51694 /svx/source/svdraw/svdoedge.cxx
parenta1775d69e8cccb827331c1984313d2d26ddadadb (diff)
callcatcher: remove unused methods
Diffstat (limited to 'svx/source/svdraw/svdoedge.cxx')
-rw-r--r--svx/source/svdraw/svdoedge.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx
index fd63fc633599..e10b5f986c96 100644
--- a/svx/source/svdraw/svdoedge.cxx
+++ b/svx/source/svdraw/svdoedge.cxx
@@ -629,12 +629,6 @@ sal_uInt16 SdrEdgeObj::ImpCalcEscAngle(SdrObject* pObj, const Point& rPt) const
}
}
-bool SdrEdgeObj::ImpStripPolyPoints(XPolygon& /*rXP*/) const
-{
- // fehlende Implementation !!!
- return sal_False;
-}
-
XPolygon SdrEdgeObj::ImpCalcObjToCenter(const Point& rStPt, long nEscAngle, const Rectangle& rRect, const Point& rMeeting) const
{
XPolygon aXP;