summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlforw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlforw.cxx')
-rw-r--r--sw/source/filter/html/htmlforw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlforw.cxx b/sw/source/filter/html/htmlforw.cxx
index 6c6495834cd9..d90d97cd3599 100644
--- a/sw/source/filter/html/htmlforw.cxx
+++ b/sw/source/filter/html/htmlforw.cxx
@@ -1248,7 +1248,7 @@ Writer& OutHTML_DrawFrmFmtAsControl( Writer& rWrt,
if( i < nValCnt )
{
const OUString& rVal = pValues[i];
- if( rVal.compareToAscii( "$$$empty$$$" ) == 0 )
+ if( rVal.equalsAscii( "$$$empty$$$" ) )
bEmptyVal = sal_True;
else
sVal = rVal;