diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 10:41:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 10:41:24 +0000 |
commit | b8803983e1bd5427372f39281f9fc67d0d67fba7 (patch) | |
tree | d1d083860b33b90cb5963e2c116d6111b74fa632 | |
parent | a0d51b174fb35fa671bd473e2cd66b53cf41f217 (diff) |
INTEGRATION: CWS rowlimit (1.3.334); FILE MERGED
2004/02/11 13:54:58 er 1.3.334.2: RESYNC: (1.3-1.4); FILE MERGED
2004/01/16 17:42:51 er 1.3.334.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
-rw-r--r-- | sc/source/ui/inc/tabcont.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/source/ui/inc/tabcont.hxx b/sc/source/ui/inc/tabcont.hxx index 352563883e54..1001ed6e5bfb 100644 --- a/sc/source/ui/inc/tabcont.hxx +++ b/sc/source/ui/inc/tabcont.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tabcont.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2004-02-03 12:40:55 $ + * last change: $Author: obo $ $Date: 2004-06-04 11:41:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,10 @@ #ifndef SC_TABCONT_HXX #define SC_TABCONT_HXX +#ifndef SC_ADDRESS_HXX +#include "address.hxx" +#endif + #ifndef _TABBAR_HXX //autogen wg. TabBar #include <svtools/tabbar.hxx> #endif @@ -90,7 +94,7 @@ private: void DoDrag( const Region& rRegion ); USHORT GetMaxId() const; - USHORT GetPrivatDropPos(const Point& rPos ); + SCTAB GetPrivatDropPos(const Point& rPos ); protected: virtual void Select(); |