diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 10:30:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 10:30:10 +0000 |
commit | 9fa8896be7c14cdf6490e33349e6a38c1e26e550 (patch) | |
tree | 06f53018d73dc5587084e0c9678c880317463470 /sc/source/ui/inc/areasdlg.hxx | |
parent | 6d34d3c19a456ea90edf85b5436df8f6e945d020 (diff) |
INTEGRATION: CWS rowlimit (1.2.332); FILE MERGED
2004/01/13 20:04:08 er 1.2.332.1: #i1967# SCCOL,SCROW,SCTAB replace USHORT; SCsCOL,SCsROW,SCsTAB replace short
Diffstat (limited to 'sc/source/ui/inc/areasdlg.hxx')
-rw-r--r-- | sc/source/ui/inc/areasdlg.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/source/ui/inc/areasdlg.hxx b/sc/source/ui/inc/areasdlg.hxx index a4ca6e1c2..da454ebcb 100644 --- a/sc/source/ui/inc/areasdlg.hxx +++ b/sc/source/ui/inc/areasdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: areasdlg.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dr $ $Date: 2001-05-23 15:05:18 $ + * last change: $Author: obo $ $Date: 2004-06-04 11:30:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,6 +62,10 @@ #ifndef SC_AREASDLG_HXX #define SC_AREASDLG_HXX +#ifndef SC_ADDRESS_HXX +#include "address.hxx" +#endif + #ifndef _LSTBOX_HXX //autogen #include <vcl/lstbox.hxx> #endif @@ -120,7 +124,7 @@ private: ScRefEdit* pRefInputEdit; ScDocument* pDoc; ScViewData* pViewData; - USHORT nCurTab; + SCTAB nCurTab; #ifdef _AREASDLG_CXX private: |