summaryrefslogtreecommitdiff
path: root/sal/test
diff options
context:
space:
mode:
Diffstat (limited to 'sal/test')
-rw-r--r--sal/test/unloading/unloadTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/test/unloading/unloadTest.cxx b/sal/test/unloading/unloadTest.cxx
index 866a649ec588..355fa47079e0 100644
--- a/sal/test/unloading/unloadTest.cxx
+++ b/sal/test/unloading/unloadTest.cxx
@@ -560,7 +560,7 @@ sal_Bool test8()
for( sal_Int32 i=0; i<seqTypes.getLength(); i++)
{
OUString name= seqTypes[i].getTypeName();
- if( name == OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.XUnloadingPreference")))
+ if( name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.uno.XUnloadingPreference")))
b_ifaceSupported= sal_True;
}