summaryrefslogtreecommitdiff
path: root/sc/inc/validat.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 09:17:59 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 09:17:59 +0000
commitfc79154dfe4e794eb004c669addc943b318a4fe2 (patch)
tree13207b763f01a0c23d62fd2846c76fc68fce38b2 /sc/inc/validat.hxx
parentd73c7be6af0a3e864cba73a5119dcb5bdeaff210 (diff)
INTEGRATION: CWS rowlimit (1.5.74); FILE MERGED
2004/01/12 17:15:10 er 1.5.74.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r--sc/inc/validat.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx
index 713ed22628ea..3d6f42cb6d2b 100644
--- a/sc/inc/validat.hxx
+++ b/sc/inc/validat.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: validat.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-05-19 07:47:22 $
+ * last change: $Author: obo $ $Date: 2004-06-04 10:17:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -235,7 +235,7 @@ public:
void CompileXML();
void UpdateReference( UpdateRefMode eUpdateRefMode,
- const ScRange& rRange, short nDx, short nDy, short nDz );
+ const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
BOOL operator==( const ScValidationDataList& r ) const; // fuer Ref-Undo
};