[Libreoffice-commits] core.git: ucb/source
Korrawit Pruegsanusak
detective.conan.1412 at gmail.com
Fri Mar 18 09:30:45 UTC 2016
ucb/source/ucp/webdav/webdavcontent.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cd6d590e2e687c3852a4e7bda9571d499b86d8d4
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date: Fri Mar 18 15:39:35 2016 +0700
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 at gmail.com>
Tested-by: Noel Grandin <noelgrandin at gmail.com>
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx
index c5b033e..d549d7a 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 ) )
{
More information about the Libreoffice-commits
mailing list