diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-13 12:49:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-07-13 14:55:54 +0200 |
commit | dc82dd830bf4ef66451897624c946655a1526bde (patch) | |
tree | 55738ab3e8996cc9d4a1032f95144779e6239ac5 /uui | |
parent | e695b6d89a00c86fc35332213be42d5b29196eae (diff) |
loplugin:unusedmethods
Change-Id: Ifa9c3fe86e7bad6d3839fd3fdfdb8c1f7b5053c9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137016
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/openlocked.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uui/source/openlocked.hxx b/uui/source/openlocked.hxx index 90357651f30d..bd09f12d704f 100644 --- a/uui/source/openlocked.hxx +++ b/uui/source/openlocked.hxx @@ -45,7 +45,6 @@ private: std::unique_ptr<weld::Label> mxHiddenText; DECL_LINK(ClickHdl, weld::Button&, void); - DECL_LINK(ToggleHdl, weld::Toggleable&, void); }; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |