[Libreoffice-commits] .: Branch 'libreoffice-3-3' - svl/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Nov 5 13:29:28 PDT 2010


 svl/source/numbers/zforlist.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit be560bd2d70cc285d2737600b601edd9ae9cfd9d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Nov 5 12:38:09 2010 +0000

    can undo this now with fix in compiler settings
    (cherry picked from commit 0dae6332bca70fab5930654a0dae641af1c76acc)

diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index 4f90d03..f4e7939 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;


More information about the Libreoffice-commits mailing list