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 f49af7fb4d21..16c02ae19304 100644
--- a/sc/inc/zforauto.hxx
+++ b/sc/inc/zforauto.hxx
@@ -34,7 +34,7 @@ class ScNumFormatAbbrev
public:
ScNumFormatAbbrev();
ScNumFormatAbbrev(const ScNumFormatAbbrev& aFormat);
- ScNumFormatAbbrev(sal_uInt32 nFormat, SvNumberFormatter& rFormatter);
+ ScNumFormatAbbrev(sal_uInt32 nFormat, const 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, const SvNumberFormatter& rFormatter);