diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-31 12:49:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-03-31 15:05:56 +0200 |
commit | bbf326364ce757bee0db326ef2c41602a8a05a6c (patch) | |
tree | fcf4a0ad22607fd0e07c4facb042dfe0ce08ba0a /toolkit/source | |
parent | 4162339adbb81fc09e6ee405e8dc75bb2321c365 (diff) |
loplugin:unusedmethods
Change-Id: Idca950f341a8a0521ea2fa3d705164fcf2481027
Reviewed-on: https://gerrit.libreoffice.org/52183
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/helper/btndlg.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/toolkit/source/helper/btndlg.cxx b/toolkit/source/helper/btndlg.cxx index 4e3e89944308..6364dc48f888 100644 --- a/toolkit/source/helper/btndlg.cxx +++ b/toolkit/source/helper/btndlg.cxx @@ -92,17 +92,6 @@ VclPtr<PushButton> ButtonDialog::ImplCreatePushButton( ButtonDialogFlags nBtnFla return pBtn; } -ImplBtnDlgItem* ButtonDialog::ImplGetItem( sal_uInt16 nId ) const -{ - for (auto & it : m_ItemList) - { - if (it->mnId == nId) - return &(*it); - } - - return nullptr; -} - long ButtonDialog::ImplGetButtonSize() { if ( !mbFormat ) |