diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:17:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 09:17:16 +0000 |
commit | 5a2a1fc4f3691b565490706c53f3400ea1b12e76 (patch) | |
tree | fca9c3121206e18ca828d5a1e62a9817f155671d /sc/inc/textuno.hxx | |
parent | 6e308c5de1b5e75c15dcb05393f0339ef0f975a6 (diff) |
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
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r-- | sc/inc/textuno.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
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 <svx/unotext.hxx> #endif |