diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-16 11:10:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-17 07:15:22 +0100 |
commit | f10b43f9d1b4e14441a9204bc0c79003645f0f98 (patch) | |
tree | d6eed19c466c23a63d287f1f36f4025a9e3146ce /vcl/inc/svimpbox.hxx | |
parent | 8e7d89295c0b9e0515baab88d99c05ac293ac645 (diff) |
loplugin:unusedmethods
Change-Id: I04deb5a1dee5b8a9a4508d28552ffe0b67288993
Reviewed-on: https://gerrit.libreoffice.org/82977
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/svimpbox.hxx')
-rw-r--r-- | vcl/inc/svimpbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/svimpbox.hxx b/vcl/inc/svimpbox.hxx index 081f7351b218..e40bf234cddd 100644 --- a/vcl/inc/svimpbox.hxx +++ b/vcl/inc/svimpbox.hxx @@ -334,7 +334,6 @@ public: /** Enables, that one cell of a tablistbox entry can be focused */ bool IsCellFocusEnabled() const { return m_bIsCellFocusEnabled; } - void EnableCellFocus() { m_bIsCellFocusEnabled = true; } bool SetCurrentTabPos( sal_uInt16 _nNewPos ); sal_uInt16 GetCurrentTabPos() const { return m_nCurTabPos; } |