summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-05 12:38:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-05 16:18:49 +0000
commitbe560bd2d70cc285d2737600b601edd9ae9cfd9d (patch)
treeccc6ff7352b17f13025f3acc3fa4af5986b32c08
parent5e304209b6c0ca3b9a4aab6181d3c832055811ef (diff)
can undo this now with fix in compiler settingsfeature/pptx-export-ooxml11
(cherry picked from commit 0dae6332bca70fab5930654a0dae641af1c76acc)
-rw-r--r--svl/source/numbers/zforlist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index 4f90d035fe..f4e7939419 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;