From 09b5fe4c898cacd69042d1c585e27daf5d86cae7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 1 Mar 2016 15:39:39 +0200 Subject: loplugin:unuseddefaultparam in desktop Change-Id: I9a7ac03dcbc3849eced0f8431e186b59b31b2418 --- desktop/source/app/officeipcthread.hxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'desktop/source/app/officeipcthread.hxx') diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx index 401480353c1d..e00593dee359 100644 --- a/desktop/source/app/officeipcthread.hxx +++ b/desktop/source/app/officeipcthread.hxx @@ -106,9 +106,9 @@ class OfficeIPCThread : public salhelper::Thread // controlling pipe communication during shutdown static void SetDowning(); - static void EnableRequests( bool i_bEnable = true ); + static void EnableRequests(); static bool AreRequestsPending(); - static void RequestsCompleted( int n = 1 ); + static void RequestsCompleted(); static bool ExecuteCmdLineRequests( ProcessDocumentsRequest& ); // return sal_False if second office @@ -118,9 +118,7 @@ class OfficeIPCThread : public salhelper::Thread static void SetReady( rtl::Reference< OfficeIPCThread > const & pThread = rtl::Reference< OfficeIPCThread >()); - static void WaitForReady( - rtl::Reference< OfficeIPCThread > const & pThread = - rtl::Reference< OfficeIPCThread >()); + static void WaitForReady(); static bool IsEnabled(); bool AreRequestsEnabled() const { return mbRequestsEnabled && ! mbDowning; } -- cgit