summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@alta.org.br>2012-01-23 16:07:18 -0200
committerOlivier Hallot <olivier.hallot@alta.org.br>2012-01-23 19:17:18 -0200
commit558112542348bcbd754853847c968e2203abf269 (patch)
tree26e31cff04d6c8612921b2c469702d59efb90057 /sal
parenttypo (diff)
downloadcore-558112542348bcbd754853847c968e2203abf269.tar.gz
core-558112542348bcbd754853847c968e2203abf269.zip
Fix for fdo43460 Part XLIV getLength() to isEmpty()
Part XLIV many modules(inc's)
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/rtl/bootstrap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/rtl/bootstrap.hxx b/sal/inc/rtl/bootstrap.hxx
index 874ce5e763e6..1fc594683dcb 100644
--- a/sal/inc/rtl/bootstrap.hxx
+++ b/sal/inc/rtl/bootstrap.hxx
@@ -191,7 +191,7 @@ namespace rtl
inline Bootstrap::Bootstrap(const OUString & iniName)
{
- if(iniName.getLength())
+ if(!iniName.isEmpty())
_handle = rtl_bootstrap_args_open(iniName.pData);
else