diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-23 09:59:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-23 15:33:20 +0100 |
commit | 470bcd37f6dead1346ab39be140045ca17516205 (patch) | |
tree | 5f9931946e2f49874ee3a7b99b737ab310c73340 /include/svx/sidebar | |
parent | e5e337fb77cff58436dd943b1e623811d3a11bd3 (diff) |
loplugin:unusedmethods
Change-Id: Ic2212a502bbd42217934884f4fce49f6f8d4765c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87236
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r-- | include/svx/sidebar/LinePropertyPanelBase.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx index f8e534ddf1a4..c4515a4560d8 100644 --- a/include/svx/sidebar/LinePropertyPanelBase.hxx +++ b/include/svx/sidebar/LinePropertyPanelBase.hxx @@ -137,8 +137,6 @@ private: DECL_LINK(ChangeLineStyleHdl, weld::ComboBox&, void); DECL_LINK(ToolboxWidthSelectHdl, const OString&, void); DECL_LINK(ChangeTransparentHdl, weld::MetricSpinButton&, void ); - DECL_LINK(ChangeStartHdl, weld::ComboBox&, void); - DECL_LINK(ChangeEndHdl, weld::ComboBox&, void); DECL_LINK(ChangeEdgeStyleHdl, weld::ComboBox&, void); DECL_LINK(ChangeCapStyleHdl, weld::ComboBox&, void); }; |