diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 09:32:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-28 08:27:56 +0100 |
commit | 3abf4b91dad8fa549457e74185c000e06ba5f019 (patch) | |
tree | 55a8c9e0f2f4e2143c431154f789e418003e4c13 /include/svtools | |
parent | b15b1a2a90fa4c239ff8a6a33e73ff50ea422abf (diff) |
loplugin:unusedmethods
Change-Id: Idbdf2d5d12fad894a3dfc3a86cae839502f42cf6
Reviewed-on: https://gerrit.libreoffice.org/64114
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/ivctrl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx index ccdadaf7dee1..2f4f2f63ae29 100644 --- a/include/svtools/ivctrl.hxx +++ b/include/svtools/ivctrl.hxx @@ -268,7 +268,6 @@ public: void SetEntryTextMode( SvxIconChoiceCtrlTextMode eMode, SvxIconChoiceCtrlEntry* pEntry ); #endif - Point GetPixelPos( const Point& rPosLogic ) const; void SetSelectionMode( SelectionMode eMode ); tools::Rectangle GetBoundingBox( SvxIconChoiceCtrlEntry* pEntry ) const; |