summaryrefslogtreecommitdiffstats
path: root/sc/inc/zforauto.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/zforauto.hxx')
-rw-r--r--sc/inc/zforauto.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/zforauto.hxx b/sc/inc/zforauto.hxx
index 2c695ae5b0e0..fc96ea6e1589 100644
--- a/sc/inc/zforauto.hxx
+++ b/sc/inc/zforauto.hxx
@@ -46,8 +46,8 @@ public:
ScNumFormatAbbrev();
ScNumFormatAbbrev(const ScNumFormatAbbrev& aFormat);
ScNumFormatAbbrev(ULONG nFormat, SvNumberFormatter& rFormatter);
- void Load( SvStream& rStream, CharSet eByteStrSet ); // Laden der Zahlenformate
- void Save( SvStream& rStream, CharSet eByteStrSet ) const; // Speichern der Zahlenformate
+ void Load( SvStream& rStream, CharSet eByteStrSet ); // loading of the numberformats
+ void Save( SvStream& rStream, CharSet eByteStrSet ) const; // saving of the numberformats
void PutFormatIndex(ULONG nFormat, SvNumberFormatter& rFormatter);
ULONG GetFormatIndex( SvNumberFormatter& rFormatter);
inline int operator==(const ScNumFormatAbbrev& rNumFormat) const