diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-11 15:19:37 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-12 00:59:53 +0200 |
commit | 554981b2d3248bca522559f72cac06ff8dda9318 (patch) | |
tree | cbd01781dc25b326307d27d20b917a5792c155fe /svtools | |
parent | 013fa91412f8687a6416dde97c5e963131a0014c (diff) |
callcatcher: remove unused IMapObject::GetLogPoint
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/imapobj.hxx | 1 | ||||
-rw-r--r-- | svtools/source/misc/imap.cxx | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/svtools/inc/svtools/imapobj.hxx b/svtools/inc/svtools/imapobj.hxx index 88362d118ff6..a02b38f24b06 100644 --- a/svtools/inc/svtools/imapobj.hxx +++ b/svtools/inc/svtools/imapobj.hxx @@ -131,7 +131,6 @@ public: void SetActive( sal_Bool bSetActive = sal_True ) { bActive = bSetActive; } static Point GetPixelPoint( const Point& rLogPoint ); - static Point GetLogPoint( const Point& rPixelPoint ); sal_Bool IsEqual( const IMapObject& rEqObj ); diff --git a/svtools/source/misc/imap.cxx b/svtools/source/misc/imap.cxx index 9cfa72b76ade..caf84527c800 100644 --- a/svtools/source/misc/imap.cxx +++ b/svtools/source/misc/imap.cxx @@ -177,18 +177,6 @@ Point IMapObject::GetPixelPoint( const Point& rLogPoint ) /****************************************************************************** |* -|* Konvertierung der logischen Koordianten in Pixel -|* -\******************************************************************************/ - -Point IMapObject::GetLogPoint( const Point& rPixelPoint ) -{ - return Application::GetDefaultDevice()->PixelToLogic( rPixelPoint, MapMode( MAP_100TH_MM ) ); -} - - -/****************************************************************************** -|* |* |* \******************************************************************************/ |