summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-22 16:44:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-22 16:44:35 +0200
commit73e4a2b25d30259f89931bc0ae43a820f66fb9ba (patch)
treee314b7d32c4b60f19e8f2d9046fa32f6a2b8dfa0 /include/svl
parent1c15a20df81fef594ef8fa887247aef9f2248c28 (diff)
Missing "const"
Change-Id: Ib0cd605cf8e71e94f4442c07300726aff1d9ce03
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/zforlist.hxx2
1 files changed, 1 insertions, 1 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,