From bd5ceabb533a3af7e4140e195de885bf23f650bf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 1 Mar 2016 14:52:24 +0200 Subject: loplugin:unuseddefaultparam in sfx2 Change-Id: I37afde801a6468c79259fe51acbdea0614c2c8c5 --- include/sfx2/request.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2/request.hxx') diff --git a/include/sfx2/request.hxx b/include/sfx2/request.hxx index 99f42dcab468..1f7d9023c99e 100644 --- a/include/sfx2/request.hxx +++ b/include/sfx2/request.hxx @@ -108,7 +108,7 @@ public: void Ignore(); void Cancel(); bool IsCancelled() const; - void Done(const SfxItemSet &, bool bKeep = true ); + void Done(const SfxItemSet &); void ForgetAllArgs(); -- cgit