summaryrefslogtreecommitdiff
path: root/sc/inc/rangenam.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-09 13:58:46 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-09 13:58:46 +0000
commit17f267d34439e6b18254af4ef760d38552f30610 (patch)
tree19ed662fc44ad1aea26c84cafc7e1237ec4ed384 /sc/inc/rangenam.hxx
parent0a8b64e409e6d29333353657540bc680124be348 (diff)
INTEGRATION: CWS dr27 (1.6.162); FILE MERGED
2004/10/06 17:56:27 dr 1.6.162.1: #110618# #i3724# #i25653# const correctness
Diffstat (limited to 'sc/inc/rangenam.hxx')
-rw-r--r--sc/inc/rangenam.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx
index 3e197599c1d6..8bea08132f08 100644
--- a/sc/inc/rangenam.hxx
+++ b/sc/inc/rangenam.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rangenam.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 10:13:34 $
+ * last change: $Author: rt $ $Date: 2004-11-09 14:58:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -156,9 +156,9 @@ public:
ScAddress GetPos() const { return aPos; }
// Der Index muss eindeutig sein. Ist er 0, wird ein neuer Index vergeben
void SetIndex( USHORT nInd ) { nIndex = nExportIndex = nInd; }
- const USHORT GetIndex() { return nIndex; }
+ const USHORT GetIndex() const { return nIndex; }
void SetExportIndex( USHORT nInd ) { nExportIndex = nInd; }
- const USHORT GetExportIndex() { return nExportIndex; }
+ const USHORT GetExportIndex() const { return nExportIndex; }
ScTokenArray* GetCode() { return pCode; }
USHORT GetErrCode();
BOOL HasReferences() const;