diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:01:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:01:12 +0000 |
commit | 0a22e6bd453d4b9415f5048c11945c18250d27e7 (patch) | |
tree | 2085f91f186500646eebe2faf7410c82fc12b948 | |
parent | b718ed06c7183b7ac2dfdee14cdb0927a63a021f (diff) |
INTEGRATION: CWS rowlimit (1.5.334); FILE MERGED
2003/11/28 19:47:16 er 1.5.334.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
-rw-r--r-- | sc/inc/arealink.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/arealink.hxx b/sc/inc/arealink.hxx index 8428d89dea8f..9a0283778e84 100644 --- a/sc/inc/arealink.hxx +++ b/sc/inc/arealink.hxx @@ -2,9 +2,9 @@ * * $RCSfile: arealink.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: dr $ $Date: 2001-04-24 14:43:38 $ + * last change: $Author: obo $ $Date: 2004-06-04 10:01:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,6 +69,10 @@ #include "refreshtimer.hxx" #endif +#ifndef SC_ADDRESS_HXX +#include "address.hxx" +#endif + #ifndef _LNKBASE_HXX //autogen #include <so3/lnkbase.hxx> #endif |