From b76842f63b19e9855fbdfee7c201ff73672464b6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Mar 2016 08:56:35 +0200 Subject: loplugin:unuseddefaultparams in editeng Change-Id: I1dc0ba262c06bd69cf92aae20b344fe23f460f55 --- include/editeng/splwrap.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/splwrap.hxx') diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx index e2c0af79afa1..77df49accf34 100644 --- a/include/editeng/splwrap.hxx +++ b/include/editeng/splwrap.hxx @@ -95,7 +95,7 @@ public: inline bool IsStartDone(){ return bStartDone; } inline bool IsEndDone(){ return bEndDone; } inline bool IsHyphen(){ return bHyphen; } // Split instead of Spell check - inline void SetHyphen( const bool bNew = true ){ bHyphen = bNew; } + inline void SetHyphen() { bHyphen = true; } inline bool IsAllRight() { return bAllRight; } protected: -- cgit