summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 09:17:16 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 09:17:16 +0000
commit5a2a1fc4f3691b565490706c53f3400ea1b12e76 (patch)
treefca9c3121206e18ca828d5a1e62a9817f155671d /sc/inc
parentINTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED (diff)
downloadcore-5a2a1fc4f3691b565490706c53f3400ea1b12e76.tar.gz
core-5a2a1fc4f3691b565490706c53f3400ea1b12e76.zip
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')
-rw-r--r--sc/inc/textuno.hxx8
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