summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/textparagraph.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/textparagraph.cxx')
-rw-r--r--oox/source/drawingml/textparagraph.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/textparagraph.cxx b/oox/source/drawingml/textparagraph.cxx
index ce6109983895..76d299a39d44 100644
--- a/oox/source/drawingml/textparagraph.cxx
+++ b/oox/source/drawingml/textparagraph.cxx
@@ -76,7 +76,7 @@ void TextParagraph::insertAt(
}
sal_Int32 nCharHeight = 0;
- if ( maRuns.begin() == maRuns.end() )
+ if ( maRuns.empty() )
{
PropertySet aPropSet( xAt );