summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/txtlists.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtlists.cxx')
-rw-r--r--xmloff/source/text/txtlists.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtlists.cxx b/xmloff/source/text/txtlists.cxx
index bd6593717df4..1ac73d43af68 100644
--- a/xmloff/source/text/txtlists.cxx
+++ b/xmloff/source/text/txtlists.cxx
@@ -292,7 +292,7 @@ void XMLTextListsHelper::PushListOnStack( const OUString& sListId,
void XMLTextListsHelper::PopListFromStack()
{
if ( mpListStack &&
- mpListStack->size() > 0 )
+ !mpListStack->empty() )
{
mpListStack->pop_back();
}