sd/source/filter/ppt/pptin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6103a8e1ad31c08cab4b42993152d04f69e4f0ae
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sun Dec 31 12:15:09 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Dec 31 13:52:39 2023 +0100

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

diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx
index dcb48c5697f1..28c3fbe60127 100644
--- a/sd/source/filter/ppt/pptin.cxx
+++ b/sd/source/filter/ppt/pptin.cxx
@@ -535,7 +535,7 @@ bool ImplSdPPTImport::Import()
                     break;
             }
 
-            if (m_aHyperList.size() == 0)
+            if (m_aHyperList.empty())
             {
                 while(true)
                 {

Reply via email to