From 06ea347b939895d3091ce747c26de58f4d4a766a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 Jul 2015 11:27:52 +0200 Subject: loplugin:unusedmethods svtools Change-Id: I04ad31055c04a247faddf4311943ca769051473c Reviewed-on: https://gerrit.libreoffice.org/17032 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/svtools/imapcirc.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/svtools/imapcirc.hxx') diff --git a/include/svtools/imapcirc.hxx b/include/svtools/imapcirc.hxx index 8b6b194019c3..92a28d7063f7 100644 --- a/include/svtools/imapcirc.hxx +++ b/include/svtools/imapcirc.hxx @@ -57,9 +57,6 @@ public: Point GetCenter( bool bPixelCoords = true ) const; sal_uLong GetRadius( bool bPixelCoords = true ) const; - // returns the BoundRect of the circle object in 1/100mm - virtual Rectangle GetBoundRect() const SAL_OVERRIDE; - void Scale( const Fraction& rFractX, const Fraction& rFracY ); using IMapObject::IsEqual; -- cgit