diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-01-19 22:05:49 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-01-19 22:07:59 -0200 |
commit | c571e8777d15fd1c3f8730a7c1325d75c746333d (patch) | |
tree | 12d0cc47280c0a6235c5ba40744cb8560095672f /uui/source/iahndl-ssl.cxx | |
parent | 5738e07a78c5894d111ee6c6e0d07b56ff126b2c (diff) |
Fix for fdo43460 Part XLIII getLength() to isEmpty()
Part XLIII
Modules
uui
Diffstat (limited to 'uui/source/iahndl-ssl.cxx')
-rw-r--r-- | uui/source/iahndl-ssl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl-ssl.cxx b/uui/source/iahndl-ssl.cxx index 9fbcf0c9fe93..48d61b12b645 100644 --- a/uui/source/iahndl-ssl.cxx +++ b/uui/source/iahndl-ssl.cxx @@ -92,7 +92,7 @@ isDomainMatch( for ( int i = 0; i < certHostNames.getLength(); i++){ ::rtl::OUString element = certHostNames[i]; - if (element.getLength() == 0) + if (element.isEmpty()) continue; if (hostName.equalsIgnoreAsciiCase( element )) |