summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2016-03-18 15:39:35 +0700
committerNoel Grandin <noelgrandin@gmail.com>2016-03-18 09:30:11 +0000
commitcd6d590e2e687c3852a4e7bda9571d499b86d8d4 (patch)
tree29da8c7fefbee1ec1eda09c451e8e29dc6eb98c1 /ucb
parent4d20d9c78d09ef9cb7e94e92c061c82af2ef133d (diff)
Remaining argument from loplugin:constantparam in ucb
Still one remaining after b47cb646ff2a62fcd3fac0e453a7261bbaefbcb7 Change-Id: If1dfaa6bbc9f8582f7b2a7dab49815a0a4c6a7b8 Reviewed-on: https://gerrit.libreoffice.org/23355 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx
index c5b033e78f46..d549d7a3a1c6 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -642,7 +642,7 @@ uno::Any SAL_CALL Content::execute(
destroy( bDeletePhysical );
// Remove own and all children's Additional Core Properties.
- removeAdditionalPropertySet( true );
+ removeAdditionalPropertySet();
}
else if ( aCommand.Name == "transfer" && isFolder( Environment ) )
{