diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-04 09:24:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-04 11:48:04 +0200 |
commit | 9cc8a26fcdd4dbf7d5d65869bf84b824339751ce (patch) | |
tree | b08de712db450099763ab9cd4e175354ad4c9837 /sw/inc/view.hxx | |
parent | 9a1e6d916eff1236cc1be2056c91e56018a482bf (diff) |
loplugin:unuseddefaultparam in sw
Change-Id: I1a8a25c09ae0c8ba39fcedb032562df93fdd6ba4
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r-- | sw/inc/view.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 7d5d1ea2f592..0085004fe8ec 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -504,7 +504,7 @@ public: void ExecTabWin(SfxRequest&); void ExecuteStatusLine(SfxRequest&); DECL_LINK_TYPED( ExecRulerClick, Ruler *, void ); - void ExecSearch(SfxRequest&, bool bNoMessage = false); + void ExecSearch(SfxRequest&); void ExecViewOptions(SfxRequest &); void StateViewOptions(SfxItemSet &); |