diff options
-rw-r--r-- | include/svl/zforlist.hxx | 2 | ||||
-rw-r--r-- | svl/source/numbers/zforlist.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index 492ddc18bc4e..25545f759c8e 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -829,7 +829,7 @@ private: // Generate additional formats provided by i18n SVL_DLLPRIVATE void ImpGenerateAdditionalFormats( sal_uInt32 CLOffset, - css::uno::Reference< css::i18n::XNumberFormatCode >& rNumberFormatCode, + css::uno::Reference< css::i18n::XNumberFormatCode > const & rNumberFormatCode, bool bAfterChangingSystemCL ); SVL_DLLPRIVATE SvNumberformat* ImpInsertFormat( const css::i18n::NumberFormatCode& rCode, diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx index 08bae7e91297..e3805f391135 100644 --- a/svl/source/numbers/zforlist.cxx +++ b/svl/source/numbers/zforlist.cxx @@ -2661,7 +2661,7 @@ void SvNumberFormatter::ImpGenerateFormats( sal_uInt32 CLOffset, bool bNoAdditio void SvNumberFormatter::ImpGenerateAdditionalFormats( sal_uInt32 CLOffset, - css::uno::Reference< css::i18n::XNumberFormatCode >& rNumberFormatCode, + css::uno::Reference< css::i18n::XNumberFormatCode > const & rNumberFormatCode, bool bAfterChangingSystemCL ) { using namespace ::com::sun::star; |