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 --- sfx2/source/dialog/tabdlg.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 72fd6089f4d2..56143ef5ae36 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -555,12 +555,6 @@ void SfxTabDialog::Init_Impl(bool bFmtFlag) } } -void SfxTabDialog::RemoveResetButton() -{ - m_pResetBtn->Hide(); - m_pImpl->bHideResetBtn = true; -} - void SfxTabDialog::RemoveStandardButton() { m_pBaseFmtBtn->Hide(); -- cgit