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

New commits:
commit 7ae0f286874abba90fc9b4a395d949b4fab14c2e
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sun Dec 31 12:18:26 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Dec 31 13:52:06 2023 +0100

    Replace "size() == 0 with empty()" (ucb)
    
    Change-Id: I82a97841d4d02d6d4388be17f5b3c87bbf0c325f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161470
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/ucb/source/ucp/webdav-curl/ContentProperties.cxx 
b/ucb/source/ucp/webdav-curl/ContentProperties.cxx
index 5794282028f6..d67929727601 100644
--- a/ucb/source/ucp/webdav-curl/ContentProperties.cxx
+++ b/ucb/source/ucp/webdav-curl/ContentProperties.cxx
@@ -339,7 +339,7 @@ bool ContentProperties::containsAllNames(
         }
     }
 
-    return ( rNamesNotContained.size() == 0 );
+    return rNamesNotContained.empty();
 }
 
 

Reply via email to