diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-05 14:14:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-08 08:31:04 +0200 |
commit | 90f94f399e20945d53b20ab3eb1bc29bb7774135 (patch) | |
tree | f4de5747106b593547e8f6b97cef82287f007efe /sw/inc/pam.hxx | |
parent | 8dcb8c9105c2fb5d2b28af60c7072f1fd6e8d0c2 (diff) |
loplugin:checkunusedparams in sw(part1)
Change-Id: I4847b0f96033016e020212fb8d7331309db25b55
Reviewed-on: https://gerrit.libreoffice.org/37287
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r-- | sw/inc/pam.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx index d6f636626190..7bda3a7cbe9a 100644 --- a/sw/inc/pam.hxx +++ b/sw/inc/pam.hxx @@ -288,7 +288,7 @@ public: /** Is in something protected (readonly) or selection contains something protected. */ - bool HasReadonlySel( bool bFormView, bool bAnnotationMode = false ) const; + bool HasReadonlySel( bool bFormView ) const; bool ContainsPosition(const SwPosition & rPos) const { |