diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:02:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:02:28 +0000 |
commit | 05478254bb652ebdf0a4177040fc8efb7bf61013 (patch) | |
tree | ffd2971a3149a6adfb5b91085c7dea18bd4f73e3 | |
parent | f1a53f113ca0713297a9ffe156180382d954417b (diff) |
INTEGRATION: CWS rowlimit (1.3.302); FILE MERGED
2003/11/28 19:47:16 er 1.3.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
-rw-r--r-- | sc/inc/brdcst.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/brdcst.hxx b/sc/inc/brdcst.hxx index 8f71967f0ee3..1d3ebfabdfa4 100644 --- a/sc/inc/brdcst.hxx +++ b/sc/inc/brdcst.hxx @@ -2,9 +2,9 @@ * * $RCSfile: brdcst.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: er $ $Date: 2002-11-27 21:07:51 $ + * last change: $Author: obo $ $Date: 2004-06-04 10:02:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,10 @@ #include "global.hxx" #endif +#ifndef SC_ADDRESS_HXX +#include "address.hxx" +#endif + #ifndef _RTTI_HXX //autogen #include <tools/rtti.hxx> #endif |