diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-06 15:58:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-07 14:29:44 +0200 |
commit | a19e8ddded0aa4d1fe1d36a3c63dff43cb8ad589 (patch) | |
tree | 69368dbc9ba9d0129edde90890f4eccde73aa68c /include/svx | |
parent | 39f88f29725a5e896bdd3dffc8957f50a19c1698 (diff) |
loplugin:unusedmethods
Change-Id: I6295d6ff6fb7410852351801c324244308c5c472
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121751
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/sidebar/AreaTransparencyGradientPopup.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/sidebar/AreaTransparencyGradientPopup.hxx b/include/svx/sidebar/AreaTransparencyGradientPopup.hxx index 04b8fa91a8b6..3383884a807f 100644 --- a/include/svx/sidebar/AreaTransparencyGradientPopup.hxx +++ b/include/svx/sidebar/AreaTransparencyGradientPopup.hxx @@ -49,7 +49,6 @@ private: DECL_LINK(ModifiedTrgrHdl_Impl, weld::MetricSpinButton&, void); DECL_LINK(Left_Click45_Impl, const OString&, void); DECL_LINK(Right_Click45_Impl, const OString&, void); - DECL_LINK(FocusHdl, weld::Widget&, void); public: AreaTransparencyGradientPopup(const css::uno::Reference<css::frame::XFrame>& rFrame, |