diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-24 20:36:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-24 20:36:55 +0100 |
commit | 61582157aa7174e0112ed0c926f7643f9936d7c4 (patch) | |
tree | c10a22e43e20e85110891ec94af097538e50c94a /cppu | |
parent | fff151e9c3f0794e8a4ae969b6cbc0f4a7bd5b57 (diff) |
micro opts
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/typelib/typelib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index 7e02193a0ba6..3cf9abe0934e 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -2202,7 +2202,7 @@ extern "C" void SAL_CALL typelib_typedescription_getByName( { // Check for derived interface member type: sal_Int32 i1 = name.lastIndexOf( - rtl::OUString::createFromAscii(":@")); + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(":@"))); if (i1 >= 0) { sal_Int32 i2 = i1 + RTL_CONSTASCII_LENGTH(":@"); sal_Int32 i3 = name.indexOf(',', i2); |