diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-03 08:56:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-03 09:42:49 +0200 |
commit | b76842f63b19e9855fbdfee7c201ff73672464b6 (patch) | |
tree | 4f536710463b12facc661a90ddbd5993b538bb6f /include/editeng/splwrap.hxx | |
parent | 4dedf654d83ddc22c93d98fe6c7225b8e1e416bd (diff) |
loplugin:unuseddefaultparams in editeng
Change-Id: I1dc0ba262c06bd69cf92aae20b344fe23f460f55
Diffstat (limited to 'include/editeng/splwrap.hxx')
-rw-r--r-- | include/editeng/splwrap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: |