summaryrefslogtreecommitdiff
path: root/sc/source/filter/html
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-04 00:25:48 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-04 00:25:48 -0400
commit461b4f32a40c16996b429c8aa5822eb0c191f397 (patch)
treef909037523413e9e8d6e261977477654cc760baa /sc/source/filter/html
parentc788c07dcf3a98f0656d1eb5f56c0058a0778f4e (diff)
More String removal etc.
Diffstat (limited to 'sc/source/filter/html')
-rw-r--r--sc/source/filter/html/htmlpars.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx
index 3c8d66106a3c..9b1a3ba78e1c 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -1401,7 +1401,7 @@ void ScHTMLLayoutParser::Image( ImportInfo* pInfo )
break;
}
}
- if ( !pImage->aURL.Len() )
+ if (pImage->aURL.isEmpty())
{
OSL_FAIL( "Image: Grafik ohne URL ?!?" );
return ;