From 7419057e3ec4365748fa6456e207f40fd9e09c62 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 22 Sep 2016 16:34:14 +0200 Subject: loplugin:unusedmethods in chart2..svx Change-Id: Ifb6045885049733415895f58cdd911256f48323c Reviewed-on: https://gerrit.libreoffice.org/29187 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- cui/source/dialogs/dlgname.cxx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'cui/source/dialogs/dlgname.cxx') diff --git a/cui/source/dialogs/dlgname.cxx b/cui/source/dialogs/dlgname.cxx index 71bd359b150a..6772f445f3ea 100644 --- a/cui/source/dialogs/dlgname.cxx +++ b/cui/source/dialogs/dlgname.cxx @@ -202,19 +202,6 @@ IMPL_LINK_NOARG_TYPED(SvxMessDialog, Button2Hdl, Button*, void) /*************************************************************************/ -void SvxMessDialog::DisableButton( SvxMessDialogButton nBtnId ) -{ - switch( nBtnId ) - { - case SvxMessDialogButton::N1: - pBtn1->Disable(); - break; - case SvxMessDialogButton::N2: - pBtn2->Disable(); - break; - } -} - void SvxMessDialog::SetButtonText( SvxMessDialogButton nBtnId, const OUString& rNewTxt ) { switch ( nBtnId ) -- cgit