summaryrefslogtreecommitdiff
path: root/sc/inc/zforauto.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-11-19 12:32:53 +0000
committerDaniel Rentz <dr@openoffice.org>2001-11-19 12:32:53 +0000
commitfad29de7566b7e7fae5750ae53fd0d04f3a71bcb (patch)
tree99bf9e3aca05772ee40e2d0e611ddbcc100f692c /sc/inc/zforauto.hxx
parentfbf40abe31ff1ca1f7eb40fae5aec3ff69157f3f (diff)
#94539# Support CJK/CTL in table autoformat dialogs
Diffstat (limited to 'sc/inc/zforauto.hxx')
-rw-r--r--sc/inc/zforauto.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/zforauto.hxx b/sc/inc/zforauto.hxx
index 5f0f3ef5b9ec..c8ca57461a64 100644
--- a/sc/inc/zforauto.hxx
+++ b/sc/inc/zforauto.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: zforauto.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:51 $
+ * last change: $Author: dr $ $Date: 2001-11-19 13:28:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ public:
void Save( SvStream& rStream ) const; // Speichern der Zahlenformate
void PutFormatIndex(ULONG nFormat, SvNumberFormatter& rFormatter);
ULONG GetFormatIndex( SvNumberFormatter& rFormatter);
- inline int operator==(const ScNumFormatAbbrev& rNumFormat)
+ inline int operator==(const ScNumFormatAbbrev& rNumFormat) const
{
return ((sFormatstring == rNumFormat.sFormatstring)
&& (eLnge == rNumFormat.eLnge)