From 403c13487c36f4200adf0986c5d11398f719cd7a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Aug 2015 16:28:49 +0200 Subject: loplugin:unusedmethods Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba Reviewed-on: https://gerrit.libreoffice.org/17506 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/ui/inc/validate.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc/source/ui/inc/validate.hxx') diff --git a/sc/source/ui/inc/validate.hxx b/sc/source/ui/inc/validate.hxx index 371d99369f76..d050942fb8bb 100644 --- a/sc/source/ui/inc/validate.hxx +++ b/sc/source/ui/inc/validate.hxx @@ -171,8 +171,6 @@ class ScValidationDlg { typedef ScRefHdlrImpl ScValidationDlgBase; - DECL_LINK( OkHdl, Button * ); - ScTabViewShell *m_pTabVwSh; VclPtr m_pHBox; sal_uInt16 m_nValuePageId; -- cgit