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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmldraw.cxx b/sw/source/filter/html/htmldraw.cxx
index 31f7df847f43..d4efcd17f068 100644
--- a/sw/source/filter/html/htmldraw.cxx
+++ b/sw/source/filter/html/htmldraw.cxx
@@ -263,7 +263,7 @@ void SwHTMLParser::NewMarquee( HTMLTable *pCurTable )
OSL_ENSURE( !pMarquee, "Marquee in Marquee???" );
aContents = "";
- String aId, aStyle, aClass;
+ OUString aId, aStyle, aClass;
long nWidth=0, nHeight=0;
sal_Bool bPrcWidth = sal_False, bDirection = sal_False, bBGColor = sal_False;
@@ -379,7 +379,7 @@ void SwHTMLParser::NewMarquee( HTMLTable *pCurTable )
pPg->InsertObject( pMarquee );
- if( aId.Len() )
+ if( !aId.isEmpty() )
InsertBookmark( aId );
// (Nur) Alternate leueft per Default von links nach rechts