diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-12-08 01:42:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-12-08 10:29:14 +0200 |
commit | 91ffc6a60eec309ec69e2ca07ca517afe3306960 (patch) | |
tree | 8810caa1145f086d37ab8e7a6bac2980607ee9af /ucb | |
parent | 3587facbb7e7fa47b85131b0be96d4bae0d61100 (diff) |
loplugin:overrideparam
Change-Id: I9b70fbc344a02a058fbb7af694edad560244c930
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/SerfSession.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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, |