summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html/easywri.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/easywri.cxx')
-rw-r--r--autodoc/source/display/html/easywri.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc/source/display/html/easywri.cxx b/autodoc/source/display/html/easywri.cxx
index ee9a58de5238..e6e4c432fa68 100644
--- a/autodoc/source/display/html/easywri.cxx
+++ b/autodoc/source/display/html/easywri.cxx
@@ -53,7 +53,7 @@ EasyWriter::Finish_OutputNode()
csi::xml::Element &
EasyWriter::Out()
{
- csv_assert( aCurDestination.size() > 0);
+ csv_assert( ! aCurDestination.empty() );
return *aCurDestination.top();
}