summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/acredlin.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 10:29:27 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 10:29:27 +0000
commit4e9fee5a12f012e9576e38af72310e723b4897f7 (patch)
tree6794918bacb80585905f16dc8e53849964f8c288 /sc/source/ui/inc/acredlin.hxx
parent24e191909b16ebd3e21e7c0254d93ec3d0346af6 (diff)
INTEGRATION: CWS rowlimit (1.4.308); FILE MERGED
2004/01/13 20:04:07 er 1.4.308.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
Diffstat (limited to 'sc/source/ui/inc/acredlin.hxx')
-rw-r--r--sc/source/ui/inc/acredlin.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx
index 3ee4485de59b..14bbcd474c9f 100644
--- a/sc/source/ui/inc/acredlin.hxx
+++ b/sc/source/ui/inc/acredlin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: acredlin.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dr $ $Date: 2002-07-30 10:45:03 $
+ * last change: $Author: obo $ $Date: 2004-06-04 11:29:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -171,9 +171,9 @@ public:
ScRedlinData();
~ScRedlinData();
- USHORT nTable;
- USHORT nCol;
- USHORT nRow;
+ SCTAB nTable;
+ SCCOL nCol;
+ SCROW nRow;
ULONG nActionNo;
ULONG nInfo;
BOOL bIsRejectable;