From 9391688f616a22cfd4521f2472bdbda4c6609383 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 17 Mar 2016 14:27:08 +0200 Subject: loplugin:constantfunction in editeng Change-Id: I8f8414b4867d3248e6d836ed8037de4da41b97f1 Reviewed-on: https://gerrit.libreoffice.org/23331 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/unofored.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/unofored.hxx') diff --git a/include/editeng/unofored.hxx b/include/editeng/unofored.hxx index e6d7c0f719ac..7108d5e20c9d 100644 --- a/include/editeng/unofored.hxx +++ b/include/editeng/unofored.hxx @@ -41,7 +41,7 @@ public: virtual SfxItemSet GetAttribs( const ESelection& rSel, EditEngineAttribs nOnlyHardAttrib = EditEngineAttribs_All ) const override; virtual SfxItemSet GetParaAttribs( sal_Int32 nPara ) const override; virtual void SetParaAttribs( sal_Int32 nPara, const SfxItemSet& rSet ) override; - virtual void RemoveAttribs( const ESelection& rSelection, bool bRemoveParaAttribs, sal_uInt16 nWhich ) override; + virtual void RemoveAttribs( const ESelection& rSelection, sal_uInt16 nWhich ) override; virtual void GetPortions( sal_Int32 nPara, std::vector& rList ) const override; virtual SfxItemState GetItemState( const ESelection& rSel, sal_uInt16 nWhich ) const override; -- cgit