diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-05 12:38:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-05 12:38:09 +0000 |
commit | 93cd215dd6a7bc82daca00d7275325a34a05d927 (patch) | |
tree | 38329ce4bea9a31c725c6f42d70803410c987c63 /svl/source | |
parent | 329b46f153484eab71d4e1a22fe4012e42458416 (diff) |
can undo this now with fix in compiler settings
Diffstat (limited to 'svl/source')
-rw-r--r-- | svl/source/numbers/zforlist.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx index 57c2b59dff99..179a41d33716 100644 --- a/svl/source/numbers/zforlist.cxx +++ b/svl/source/numbers/zforlist.cxx @@ -3446,7 +3446,7 @@ const NfCurrencyEntry* SvNumberFormatter::GetCurrencyEntry( BOOL & bFoundBank, void SvNumberFormatter::GetCompatibilityCurrency( String& rSymbol, String& rAbbrev ) const { - const ::com::sun::star::uno::Sequence< ::com::sun::star::i18n::Currency2 >& + ::com::sun::star::uno::Sequence< ::com::sun::star::i18n::Currency2 > xCurrencies = xLocaleData->getAllCurrencies(); sal_Int32 nCurrencies = xCurrencies.getLength(); sal_Int32 j; |