ucb/source/ucp/webdav/webdavcontent.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cd6d590e2e687c3852a4e7bda9571d499b86d8d4
Author: Korrawit Pruegsanusak <[email protected]>
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 <[email protected]>
    Tested-by: Noel Grandin <[email protected]>

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 ) )
     {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to