summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/frmhtmlw.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-28 15:59:35 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-28 15:59:35 +0100
commit332c4b91ae2f3e0b1a78a3abff12252ad4933574 (patch)
tree38c50f00f79a01b3c25d6f0435341b99fabea1c9 /sfx2/source/bastyp/frmhtmlw.cxx
parentcd7d5fa675bb42e9f06289f2320c5461c66deb9e (diff)
Replace empty equalsAscii() with getLength().
Diffstat (limited to 'sfx2/source/bastyp/frmhtmlw.cxx')
-rw-r--r--sfx2/source/bastyp/frmhtmlw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx
index 4897b4f8a87b..fcc0c1985017 100644
--- a/sfx2/source/bastyp/frmhtmlw.cxx
+++ b/sfx2/source/bastyp/frmhtmlw.cxx
@@ -164,7 +164,7 @@ void SfxFrameHTMLWriter::Out_DocInfo( SvStream& rStrm, const String& rBaseURL,
{
// Reload
if( (i_xDocProps->getAutoloadSecs() != 0) ||
- !i_xDocProps->getAutoloadURL().equalsAscii("") )
+ i_xDocProps->getAutoloadURL().getLength() )
{
String sContent = String::CreateFromInt32(
i_xDocProps->getAutoloadSecs() );