diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-27 14:20:35 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-30 06:34:42 +0000 |
commit | 77d5491e15c96b5864fccd3ffc3d6a7b90e93367 (patch) | |
tree | 25619ff045fef52741ebd0ac9a792255e35806fe /cui | |
parent | 3e9e667af2d8d307844b29d608b377a04b6bb139 (diff) |
loplugin:unusedmethods
Change-Id: I08e9bb65b2530148b80c67f01d51e594fc698acb
Reviewed-on: https://gerrit.libreoffice.org/25543
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/iconcdlg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx index 131e4d001353..dafd1ab2ad78 100644 --- a/cui/source/inc/iconcdlg.hxx +++ b/cui/source/inc/iconcdlg.hxx @@ -77,8 +77,6 @@ private: protected: IconChoicePage( vcl::Window *pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet &rAttrSet ); - sal_uInt16 GetWhich( sal_uInt16 nSlot ) const { return pSet->GetPool()->GetWhich( nSlot ); } - public: virtual ~IconChoicePage(); virtual void dispose() override; |