summaryrefslogtreecommitdiffstats
path: root/forms
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-10-18 13:28:53 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-10-18 13:28:53 +0200
commit81876836fefde83479909875065d540f6c61143a (patch)
tree08e6d804f21b216c31cd88d52289d05288487330 /forms
parent#i10000# changes from OOO330 m11 (diff)
parentrebase to DEV300_m88 (diff)
downloadcore-81876836fefde83479909875065d540f6c61143a.tar.gz
core-81876836fefde83479909875065d540f6c61143a.zip
CWS-TOOLING: integrate CWS vcl115
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/Currency.cxx3
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;