From 8a22bc93e0988188a87c0a787a9b32a7f74da84d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 22 Oct 2016 10:04:52 +0200 Subject: update unnecessaryoverride plugin to find pure forwarding methods which can be replaced with using declarations. Is there a more efficient way to code the search? Seems to slow the build down a little. Change-Id: I08cda21fa70dce6572e1acc71bf5e6df36bb951f Reviewed-on: https://gerrit.libreoffice.org/30157 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- editeng/source/uno/unoedhlp.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'editeng') diff --git a/editeng/source/uno/unoedhlp.cxx b/editeng/source/uno/unoedhlp.cxx index 68e5ccbc6350..268d18872cd5 100644 --- a/editeng/source/uno/unoedhlp.cxx +++ b/editeng/source/uno/unoedhlp.cxx @@ -40,11 +40,6 @@ SvxEditSourceHint::SvxEditSourceHint( sal_uInt32 _nId, sal_uLong nValue, sal_Int { } -sal_uLong SvxEditSourceHint::GetValue() const -{ - return TextHint::GetValue(); -} - ::std::unique_ptr SvxEditSourceHelper::EENotification2Hint( EENotify* aNotify ) { -- cgit