summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmldraw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmldraw.cxx')
-rw-r--r--sw/source/filter/html/htmldraw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmldraw.cxx b/sw/source/filter/html/htmldraw.cxx
index c99433a28f55..14d81d4c2b71 100644
--- a/sw/source/filter/html/htmldraw.cxx
+++ b/sw/source/filter/html/htmldraw.cxx
@@ -856,7 +856,7 @@ Writer& OutHTML_DrawFrmFmtAsMarquee( Writer& rWrt,
HTMLOutFuncs::Out_AsciiTag( rWrt.Strm(), OOO_STRING_SVTOOLS_HTML_marquee, sal_False );
- if( aEndTags.getLength() )
+ if( !aEndTags.isEmpty() )
rWrt.Strm() << aEndTags.getStr();
return rWrt;