From 05478254bb652ebdf0a4177040fc8efb7bf61013 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jun 2004 09:02:28 +0000 Subject: 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 --- sc/inc/brdcst.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sc') 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 #endif -- cgit