summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlplug.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlplug.cxx')
-rw-r--r--sw/source/filter/html/htmlplug.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlplug.cxx b/sw/source/filter/html/htmlplug.cxx
index 2d9b0106bdaf..23ddcbdc4ced 100644
--- a/sw/source/filter/html/htmlplug.cxx
+++ b/sw/source/filter/html/htmlplug.cxx
@@ -1009,7 +1009,7 @@ Writer& OutHTML_FrmFmtOLENode( Writer& rWrt, const SwFrmFmt& rFrmFmt,
if( rHTMLWrt.bLFPossible )
rHTMLWrt.OutNewLine( sal_True );
- if( rFrmFmt.GetName().Len() )
+ if( !rFrmFmt.GetName().isEmpty() )
rHTMLWrt.OutImplicitMark( rFrmFmt.GetName(),
pMarkToOLE );
uno::Any aAny;