summaryrefslogtreecommitdiff
path: root/svx/source/cui/numfmt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/cui/numfmt.cxx')
-rw-r--r--svx/source/cui/numfmt.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/cui/numfmt.cxx b/svx/source/cui/numfmt.cxx
index 716dafc2fc..614cd5259f 100644
--- a/svx/source/cui/numfmt.cxx
+++ b/svx/source/cui/numfmt.cxx
@@ -292,7 +292,6 @@ SvxNumberFormatTabPage::SvxNumberFormatTabPage( Window* pParent,
pNumFmtShell ( NULL ),
nInitFormat ( ULONG_MAX ),
- aStrEurope ( THIS_SVX_RES( STR_EUROPE) ),
sAutomaticEntry ( THIS_SVX_RES( STR_AUTO_ENTRY)),
pLastActivWindow( NULL )
{
@@ -1887,7 +1886,7 @@ void SvxNumberFormatTabPage::FillCurrencyBox()
USHORT nPos=0;
USHORT nSelPos=0;
- pNumFmtShell->GetCurrencySymbols(aList,aStrEurope,&nSelPos);
+ pNumFmtShell->GetCurrencySymbols( aList, &nSelPos);
for(USHORT i=1;i<aList.Count();i++)
{