diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:09:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:09:05 +0000 |
commit | facde0dcffb499b2ffb30c5cceb1305a0a86c8ad (patch) | |
tree | c586982f2c7116cacdcf2f602d820800cd0623d1 /sc/inc | |
parent | bffdfcea16dbbdcb0810cb914c8c40c0f715de3d (diff) |
INTEGRATION: CWS rowlimit (1.13.310); FILE MERGED
2003/11/28 19:47:21 er 1.13.310.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/editsrc.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/editsrc.hxx b/sc/inc/editsrc.hxx index d267d3f34cd9..432a1d9c1a80 100644 --- a/sc/inc/editsrc.hxx +++ b/sc/inc/editsrc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: editsrc.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: sab $ $Date: 2002-03-21 06:27:03 $ + * last change: $Author: obo $ $Date: 2004-06-04 10:09:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,8 +62,8 @@ #ifndef SC_EDITSRC_HXX #define SC_EDITSRC_HXX -#ifndef SC_SCGLOB_HXX -#include "global.hxx" // ScRange, ScAddress +#ifndef SC_ADDRESS_HXX +#include "address.hxx" #endif #ifndef _SVX_UNOEDSRC_HXX |