summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLRedlineExport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLRedlineExport.cxx')
-rw-r--r--xmloff/source/text/XMLRedlineExport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLRedlineExport.cxx b/xmloff/source/text/XMLRedlineExport.cxx
index fa494e86396a..b30fc9ba0070 100644
--- a/xmloff/source/text/XMLRedlineExport.cxx
+++ b/xmloff/source/text/XMLRedlineExport.cxx
@@ -126,7 +126,7 @@ void XMLRedlineExport::ExportChangesList(
ChangesVectorType* pChangesList = aFind->second.get();
// export only if changes are found
- if (pChangesList->size() > 0)
+ if (!pChangesList->empty())
{
// changes container element
SvXMLElementExport aChanges(rExport, XML_NAMESPACE_TEXT,