From 76c8336eec82862732d3a26be84b5e8a52efe022 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 9 Nov 2016 14:56:41 +0200 Subject: loplugin:expandablemethods in cui Change-Id: I3dae1d142874c767ec1e32401acba0bbca95df5f Reviewed-on: https://gerrit.libreoffice.org/30716 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- cui/source/inc/cuigaldlg.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'cui/source/inc/cuigaldlg.hxx') diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx index 7fe1f00b1974..12014af5a6b2 100644 --- a/cui/source/inc/cuigaldlg.hxx +++ b/cui/source/inc/cuigaldlg.hxx @@ -89,7 +89,6 @@ private: rtl::Reference< SearchThread > maSearchThread; DECL_LINK( ClickCancelBtn, Button*, void ); - void Terminate(); public: SearchProgress( vcl::Window* pParent, const INetURLObject& rStartURL ); @@ -134,7 +133,6 @@ private: TokenList_impl maTakenList; DECL_LINK( ClickCancelBtn, Button*, void ); - void Terminate(); public: -- cgit