From 646a6307b9a31376d85fa3ed12a314118d41d7cc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 27 Oct 2018 07:22:21 +0200 Subject: loplugin:unusedmethods MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I66ef078794ed1eb44dbfa854c589545e5f9ba78e Reviewed-on: https://gerrit.libreoffice.org/62407 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/source/ui/index/swuiidxmrk.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sw/source/ui/index/swuiidxmrk.cxx') diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx index b986228698fa..5da40144df6d 100644 --- a/sw/source/ui/index/swuiidxmrk.cxx +++ b/sw/source/ui/index/swuiidxmrk.cxx @@ -1793,11 +1793,6 @@ void AuthorMarkPane::InitControls() m_xTitleFI->set_label(pEntry->GetAuthorField(AUTH_FIELD_TITLE)); } -void AuthorMarkPane::Activate() -{ - m_xActionBT->set_sensitive(!pSh->HasReadonlySel()); -} - namespace { const char* STR_AUTH_FIELD_ARY[] = -- cgit v1.2.3