diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-10-27 07:22:21 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-27 20:10:03 +0200 |
commit | 646a6307b9a31376d85fa3ed12a314118d41d7cc (patch) | |
tree | a43fb1d36df08f2f3f9c78cde361edce99b848c1 /sw/source/ui/index | |
parent | 97ed3b93e1def081a535de14cc3c3644363cbd45 (diff) |
loplugin:unusedmethods
Change-Id: I66ef078794ed1eb44dbfa854c589545e5f9ba78e
Reviewed-on: https://gerrit.libreoffice.org/62407
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/index')
-rw-r--r-- | sw/source/ui/index/swuiidxmrk.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
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[] = |