diff options
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/filter/eppt/pptx-epptooxml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx index 51c70d4b40d1..62b0c4c1440b 100644 --- a/sd/source/filter/eppt/pptx-epptooxml.cxx +++ b/sd/source/filter/eppt/pptx-epptooxml.cxx @@ -1652,7 +1652,7 @@ static OUString lcl_GetInitials(const OUString& sName) void PowerPointExport::WriteAuthors() { - if (maAuthors.size() <= 0) + if (maAuthors.empty()) return; FSHelperPtr pFS = openFragmentStreamWithSerializer("ppt/commentAuthors.xml", |