summaryrefslogtreecommitdiff
path: root/stoc/test/security/test_security.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/security/test_security.cxx')
-rw-r--r--stoc/test/security/test_security.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/security/test_security.cxx b/stoc/test/security/test_security.cxx
index b8809dea0885..b920a6ccbe68 100644
--- a/stoc/test/security/test_security.cxx
+++ b/stoc/test/security/test_security.cxx
@@ -132,7 +132,7 @@ void user_CurrentContext::release()
Any user_CurrentContext::getValueByName( OUString const & name )
throw (RuntimeException)
{
- if (name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM(USER_CREDS ".id") ))
+ if ( name == USER_CREDS ".id" )
{
return m_userId;
}