From 1a743fd8a27d063525e3567619a2971770c61574 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Nov 2016 09:51:17 +0200 Subject: loplugin:expandablemethods in hwpfilter..linguistic Change-Id: I62ae20ab4a47b3b7e2b0d503cedcad3319cc9c85 Reviewed-on: https://gerrit.libreoffice.org/30683 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- idl/inc/slot.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'idl/inc') diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index 87118d6cf8de..5513009ce3a4 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -88,9 +88,6 @@ public: } public: - SvMetaObject * MakeClone() const; - SvMetaSlot *Clone() const { return static_cast(MakeClone()); } - SvMetaSlot(); SvMetaSlot( SvMetaType * pType ); -- cgit