summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-05 08:33:00 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-05 08:33:00 +0000
commitaefeb50a5e0f38b5e9429be896e7d8cb02750d09 (patch)
tree65914733cba8f8a0356de12eab04d94eaf86390e /sc/inc/cellsuno.hxx
parent8382ba06f67870f399cd8c14020de8ef54137eaa (diff)
INTEGRATION: CWS calc36 (1.24.10); FILE MERGED
2006/04/10 16:12:27 nn 1.24.10.1: #i63519# ScCellRangesObj: don't use USHORT to access ranges
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index a18fd5e63fb6..3559b8ac236f 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: obo $ $Date: 2006-03-27 09:24:14 $
+ * last change: $Author: rt $ $Date: 2006-05-05 09:33:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -591,7 +591,7 @@ class ScCellRangesObj : public ScCellRangesBase,
private:
ScNamedEntryArr_Impl aNamedEntries;
- ScCellRangeObj* GetObjectByIndex_Impl(USHORT nIndex) const;
+ ScCellRangeObj* GetObjectByIndex_Impl(sal_Int32 nIndex) const;
public:
ScCellRangesObj(ScDocShell* pDocSh, const ScRangeList& rR);