diff options
author | sb <sb@openoffice.org> | 2009-11-23 17:12:51 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2009-11-23 17:12:51 +0100 |
commit | 8f48a583e09dee3b0e1eb202c161ad978efb70b3 (patch) | |
tree | 93772013cc2547645de876c0e28d01a4b2c33451 /configmgr/source/configurationprovider.cxx | |
parent | ec35afc6182e6d5acc8f55045e5c85e636d6bf90 (diff) |
sb111: #i101955# fixed locale matching
Diffstat (limited to 'configmgr/source/configurationprovider.cxx')
-rw-r--r-- | configmgr/source/configurationprovider.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/configurationprovider.cxx b/configmgr/source/configurationprovider.cxx index 72d42154c66e..ea72fd86a6d4 100644 --- a/configmgr/source/configurationprovider.cxx +++ b/configmgr/source/configurationprovider.cxx @@ -252,7 +252,7 @@ Service::createInstanceWithArguments( //TODO: should the Access use the dynamically changing locale_ instead? locale = locale_; if (locale.getLength() == 0) { - locale = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("en"));//TODO + locale = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("en-US")); } } bool update; |