diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-18 13:28:53 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-18 13:28:53 +0200 |
commit | 81876836fefde83479909875065d540f6c61143a (patch) | |
tree | 08e6d804f21b216c31cd88d52289d05288487330 /forms | |
parent | 08b0c7bb389e054ab619506fe6a602a76f456878 (diff) | |
parent | 9f2e55c9aac132ce80288b7a2e3ac7430c3629f5 (diff) |
CWS-TOOLING: integrate CWS vcl115
Notes
Notes:
split repo tag: components_ooo/DEV300_m90
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/Currency.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/forms/source/component/Currency.cxx b/forms/source/component/Currency.cxx index 89a3b93b4a43..c08d4ea3e36c 100644 --- a/forms/source/component/Currency.cxx +++ b/forms/source/component/Currency.cxx @@ -104,7 +104,8 @@ void OCurrencyModel::implConstruct() try { // get the system international informations - const LocaleDataWrapper& aLocaleInfo = SvtSysLocale().GetLocaleData(); + const SvtSysLocale aSysLocale; + const LocaleDataWrapper& aLocaleInfo = aSysLocale.GetLocaleData(); ::rtl::OUString sCurrencySymbol; sal_Bool bPrependCurrencySymbol; |