From c0ca459ed01dcca4531be11c366b8d66f20982a9 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 11 Jul 2011 15:20:21 +0200 Subject: callcatcher: remove unused IMapObject::GetPixelPoint --- svtools/inc/svtools/imapobj.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'svtools/inc') diff --git a/svtools/inc/svtools/imapobj.hxx b/svtools/inc/svtools/imapobj.hxx index a02b38f24b06..f97850c061de 100644 --- a/svtools/inc/svtools/imapobj.hxx +++ b/svtools/inc/svtools/imapobj.hxx @@ -130,8 +130,6 @@ public: sal_Bool IsActive() const { return bActive; } void SetActive( sal_Bool bSetActive = sal_True ) { bActive = bSetActive; } - static Point GetPixelPoint( const Point& rLogPoint ); - sal_Bool IsEqual( const IMapObject& rEqObj ); // IMap-Events -- cgit