From 8f48a583e09dee3b0e1eb202c161ad978efb70b3 Mon Sep 17 00:00:00 2001 From: sb <sb@openoffice.org> Date: Mon, 23 Nov 2009 17:12:51 +0100 Subject: sb111: #i101955# fixed locale matching --- configmgr/source/configurationprovider.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configmgr/source/configurationprovider.cxx') 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; -- cgit