summaryrefslogtreecommitdiff
path: root/configmgr/source/components.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/components.cxx')
-rw-r--r--configmgr/source/components.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx
index 54e20e4fe154..5b40d3013cb0 100644
--- a/configmgr/source/components.cxx
+++ b/configmgr/source/components.cxx
@@ -221,7 +221,7 @@ Components & Components::getSingleton(
}
bool Components::allLocales(rtl::OUString const & locale) {
- return locale.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("*"));
+ return locale == "*";
}
rtl::Reference< Node > Components::resolvePathRepresentation(