summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2023-12-31 12:15:09 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-12-31 13:52:39 +0100
commit6103a8e1ad31c08cab4b42993152d04f69e4f0ae (patch)
treea63f358561482a38edc7c6ca23a8bb0f8959f63d /sd
parent7ae0f286874abba90fc9b4a395d949b4fab14c2e (diff)
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 <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/ppt/pptin.cxx2
1 files changed, 1 insertions, 1 deletions
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)
{