summaryrefslogtreecommitdiff
path: root/sc/inc/zforauto.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/zforauto.hxx')
-rw-r--r--sc/inc/zforauto.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/zforauto.hxx b/sc/inc/zforauto.hxx
index 634d464f564b..f49af7fb4d21 100644
--- a/sc/inc/zforauto.hxx
+++ b/sc/inc/zforauto.hxx
@@ -37,7 +37,7 @@ public:
ScNumFormatAbbrev(sal_uInt32 nFormat, SvNumberFormatter& rFormatter);
void Load( SvStream& rStream, rtl_TextEncoding eByteStrSet ); // loading of the numberformats
void Save( SvStream& rStream, rtl_TextEncoding eByteStrSet ) const; // saving of the numberformats
- void PutFormatIndex(sal_uInt32 nFormat, SvNumberFormatter& rFormatter);
+ void PutFormatIndex(sal_uInt32 nFormat, const SvNumberFormatter& rFormatter);
sal_uInt32 GetFormatIndex( SvNumberFormatter& rFormatter);
bool operator==(const ScNumFormatAbbrev& rNumFormat) const
{