diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-11 15:20:21 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-12 00:59:53 +0200 |
commit | c0ca459ed01dcca4531be11c366b8d66f20982a9 (patch) | |
tree | 8602191c1f9fba1a5c65ce55f15c1213a22a6007 /svtools/inc | |
parent | 554981b2d3248bca522559f72cac06ff8dda9318 (diff) |
callcatcher: remove unused IMapObject::GetPixelPoint
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/imapobj.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 |