From 3e82897353e576dc6e3fbf55371fda5a0c3415df Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 12 Jun 2014 14:06:28 +0200 Subject: improve the inlinesimplememberfunctions clang plugin Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e --- sc/source/ui/pagedlg/tphfedit.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sc/source/ui/pagedlg/tphfedit.cxx') diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx index 2c92ccc7bbe3..faf5c4eb18ba 100644 --- a/sc/source/ui/pagedlg/tphfedit.cxx +++ b/sc/source/ui/pagedlg/tphfedit.cxx @@ -351,10 +351,6 @@ void ScExtIButton::SetPopupMenu(PopupMenu* pPopUp) } -OString ScExtIButton::GetSelectedIdent() const -{ - return aSelectedIdent; -} void ScExtIButton::MouseButtonDown( const MouseEvent& rMEvt ) { -- cgit