From 5a2a1fc4f3691b565490706c53f3400ea1b12e76 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jun 2004 09:17:16 +0000 Subject: INTEGRATION: CWS rowlimit (1.12.302); FILE MERGED 2003/11/28 19:47:27 er 1.12.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx --- sc/inc/textuno.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sc/inc/textuno.hxx') diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx index 89303795c11f..7cf35a9074d0 100644 --- a/sc/inc/textuno.hxx +++ b/sc/inc/textuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: textuno.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: nn $ $Date: 2002-11-27 18:20:24 $ + * last change: $Author: obo $ $Date: 2004-06-04 10:17:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,6 +66,10 @@ #include "global.hxx" // ScRange, ScAddress #endif +#ifndef SC_ADDRESS_HXX +#include "address.hxx" +#endif + #ifndef _SVX_UNOTEXT_HXX #include #endif -- cgit