summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/rtl/bootstrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx
index aa48f846e4c4..0d47a7b6ef72 100644
--- a/sal/rtl/bootstrap.cxx
+++ b/sal/rtl/bootstrap.cxx
@@ -484,7 +484,7 @@ bool Bootstrap_Impl::getValue(
const
{
if (mode == LOOKUP_MODE_NORMAL &&
- key.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("URE_BOOTSTRAP")))
+ key.startsWith("URE_BOOTSTRAP"))
{
mode = LOOKUP_MODE_URE_BOOTSTRAP;
}