diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-30 08:13:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-02 08:48:10 +0200 |
commit | f54143088a867c59be144f1d4d7cd6d9fe1c18f5 (patch) | |
tree | e9bc8ff4e94f8fe95e62ed6f0ede84371f449f9d /sc/source/ui/dbgui | |
parent | 50c63e5c2f7962e8893e2d04b0e958209432f4c9 (diff) |
loplugin:unusedmethods
Change-Id: I92665f577bfe39497905063da517a05b8008c3cc
Reviewed-on: https://gerrit.libreoffice.org/56743
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r-- | sc/source/ui/dbgui/sortkeydlg.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/dbgui/sortkeydlg.cxx b/sc/source/ui/dbgui/sortkeydlg.cxx index 371781c8c0f1..4722fd92c49e 100644 --- a/sc/source/ui/dbgui/sortkeydlg.cxx +++ b/sc/source/ui/dbgui/sortkeydlg.cxx @@ -21,11 +21,6 @@ ScSortKeyItem::ScSortKeyItem(weld::Container* pParent) { } -long ScSortKeyItem::getItemHeight() const -{ - return m_xFrame->get_preferred_size().Height(); -} - void ScSortKeyItem::DisableField() { m_xFrame->set_sensitive(false); |