diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-30 14:49:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-30 20:40:08 +0100 |
commit | a91855165dc7c119166b05c038d238f59c8c1281 (patch) | |
tree | 54c2dc971a098d8a2d530a887889996b3deed3b3 /include/svx/sidebar | |
parent | 4aa1d8a2d56028c0b08c832dcd5f0adf3f72e38f (diff) |
loplugin:unusedmethods
Change-Id: Icab9a4789b0bb9187ad5393a2b8578fc4c5e401f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87736
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx index c4515a4560d8..89cca13c0b14 100644 --- a/include/svx/sidebar/LinePropertyPanelBase.hxx +++ b/include/svx/sidebar/LinePropertyPanelBase.hxx @@ -134,7 +134,6 @@ private: void Initialize(); - DECL_LINK(ChangeLineStyleHdl, weld::ComboBox&, void); DECL_LINK(ToolboxWidthSelectHdl, const OString&, void); DECL_LINK(ChangeTransparentHdl, weld::MetricSpinButton&, void ); DECL_LINK(ChangeEdgeStyleHdl, weld::ComboBox&, void); |