diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-11 12:56:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-13 07:05:24 +0100 |
commit | 753084a3f73bb8a88412feac7aa40a2750e6e9f3 (patch) | |
tree | 0b9001326c2f4ecf64547da4490849bc0f22118e /include | |
parent | 3eb694a2ba080095bc1ac2e3bcea61aa6881bee7 (diff) |
loplugin:singlevalfields
Change-Id: Idec5a7a732d5dc868ad3f9a147e18ee9685645e2
Reviewed-on: https://gerrit.libreoffice.org/85076
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/treelistbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx index 69bbdabfd411..8deffd3d869c 100644 --- a/include/vcl/treelistbox.hxx +++ b/include/vcl/treelistbox.hxx @@ -544,7 +544,6 @@ protected: virtual void ApplySettings(vcl::RenderContext& rRenderContext) override; - bool IsCellFocusEnabled() const; bool SetCurrentTabPos( sal_uInt16 _nNewPos ); sal_uInt16 GetCurrentTabPos() const; void CallImplEventListeners(VclEventId nEvent, void* pData); |