summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-29 14:32:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-30 21:32:46 +0100
commit964dec70d0d068faa20f4b9ffac1cfd5911d81c2 (patch)
treea71074e36018e1318fbea79504c522b81c4cf138 /include
parent6ed87cc5a4f755f360951550cac836e8967fc6bf (diff)
loplugin:unusedmethods
Change-Id: Ie92b52eabc425a4688b6d4f7cfb547ad59f4afc4 Reviewed-on: https://gerrit.libreoffice.org/84106 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/svx/ParaSpacingControl.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/ParaSpacingControl.hxx b/include/svx/ParaSpacingControl.hxx
index 401e8c8ddcbb..a342f423c876 100644
--- a/include/svx/ParaSpacingControl.hxx
+++ b/include/svx/ParaSpacingControl.hxx
@@ -32,8 +32,6 @@ namespace svx {
class ParaULSpacingControl : public SfxToolBoxControl
{
public:
- SFX_DECL_TOOLBOX_CONTROL();
-
ParaULSpacingControl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx);
virtual ~ParaULSpacingControl() override;
@@ -64,8 +62,6 @@ class ParaLRSpacingControl : public SfxToolBoxControl,
public css::ui::XContextChangeEventListener
{
public:
- SFX_DECL_TOOLBOX_CONTROL();
-
ParaLRSpacingControl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx);
virtual ~ParaLRSpacingControl() override;