summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/mieclip.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-23 14:12:29 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:04 +0200
commite8fb35b96881ab444c00f9858396448ca10523be (patch)
tree14f2d80124059830ce0db04667adf379a03d33a8 /sfx2/source/bastyp/mieclip.cxx
parent08295933f7f900acd64bbe0668113d1c77b17a79 (diff)
convert include/sfx2/mieclip.hxx from String to OUString
Change-Id: Ide022f38aede816470b190b134f8cf34487d2dc1
Diffstat (limited to 'sfx2/source/bastyp/mieclip.cxx')
-rw-r--r--sfx2/source/bastyp/mieclip.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/mieclip.cxx b/sfx2/source/bastyp/mieclip.cxx
index 45404d8fceba..869b29fb6f17 100644
--- a/sfx2/source/bastyp/mieclip.cxx
+++ b/sfx2/source/bastyp/mieclip.cxx
@@ -63,7 +63,7 @@ SvStream* MSE40HTMLClipFormatObj::IsValid( SvStream& rStream )
sBaseURL = OStringToOUString( sLine.copy(nIndex), RTL_TEXTENCODING_UTF8 );
if (nEnd >= 0 && nStt >= 0 &&
- (sBaseURL.Len() || rStream.Tell() >= static_cast<sal_Size>(nStt)))
+ (!sBaseURL.isEmpty() || rStream.Tell() >= static_cast<sal_Size>(nStt)))
{
bRet = true;
break;