diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:06:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:06:42 +0000 |
commit | 68b84d58a93e54d49c078e25ed764da2f5ea82bf (patch) | |
tree | 9c0456c9781206a89d95d45ed8ee15bd4941ddcb /sc/inc/detdata.hxx | |
parent | 328d2ae534850ef0e8eea35b74021493242a4278 (diff) |
INTEGRATION: CWS rowlimit (1.2.302); FILE MERGED
2004/01/12 17:14:55 er 1.2.302.2: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
2003/11/28 19:47:18 er 1.2.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/inc/detdata.hxx')
-rw-r--r-- | sc/inc/detdata.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/inc/detdata.hxx b/sc/inc/detdata.hxx index bf5f03acf045..8c04239563fd 100644 --- a/sc/inc/detdata.hxx +++ b/sc/inc/detdata.hxx @@ -2,9 +2,9 @@ * * $RCSfile: detdata.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2002-11-04 15:45:51 $ + * last change: $Author: obo $ $Date: 2004-06-04 10:06:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,6 +70,10 @@ #include "global.hxx" #endif +#ifndef SC_ADDRESS_HXX +#include "address.hxx" +#endif + //------------------------------------------------------------------------ @@ -129,7 +133,7 @@ public: ~ScDetOpList() {} void UpdateReference( ScDocument* pDoc, UpdateRefMode eUpdateRefMode, - const ScRange& rRange, short nDx, short nDy, short nDz ); + const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ); BOOL operator==( const ScDetOpList& r ) const; // fuer Ref-Undo |