From 91ffc6a60eec309ec69e2ca07ca517afe3306960 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 8 Dec 2016 01:42:55 +0200 Subject: loplugin:overrideparam Change-Id: I9b70fbc344a02a058fbb7af694edad560244c930 --- ucb/source/ucp/webdav/SerfSession.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ucb') diff --git a/ucb/source/ucp/webdav/SerfSession.hxx b/ucb/source/ucp/webdav/SerfSession.hxx index b734945bae28..02b6eb3f1938 100644 --- a/ucb/source/ucp/webdav/SerfSession.hxx +++ b/ucb/source/ucp/webdav/SerfSession.hxx @@ -204,14 +204,14 @@ public: COPY( const OUString & inSourceURL, const OUString & inDestinationURL, const DAVRequestEnvironment & rEnv, - bool inOverWrite ) + bool inOverWrite = false ) throw ( DAVException ) override; virtual void MOVE( const OUString & inSourceURL, const OUString & inDestinationURL, const DAVRequestEnvironment & rEnv, - bool inOverWrite ) + bool inOverWrite = false ) throw ( DAVException ) override; virtual void DESTROY( const OUString & inPath, -- cgit