summaryrefslogtreecommitdiff
path: root/sc/inc/fielduno.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 09:09:48 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 09:09:48 +0000
commitea63bcd1b27477b17eb6e9a4644b6995d262a9c6 (patch)
treed36395ecf5f92fb48d85a202a482e04a2bec4287 /sc/inc/fielduno.hxx
parent3dd2af6ee295788afe2c33a87144ca8cf0a12289 (diff)
INTEGRATION: CWS rowlimit (1.5.302); FILE MERGED
2003/11/28 19:47:22 er 1.5.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/inc/fielduno.hxx')
-rw-r--r--sc/inc/fielduno.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/inc/fielduno.hxx b/sc/inc/fielduno.hxx
index c47567a89a04..51a9cb03def1 100644
--- a/sc/inc/fielduno.hxx
+++ b/sc/inc/fielduno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fielduno.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: sab $ $Date: 2002-09-26 08:52:02 $
+ * last change: $Author: obo $ $Date: 2004-06-04 10:09:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,8 +62,8 @@
#ifndef SC_FIELDUNO_HXX
#define SC_FIELDUNO_HXX
-#ifndef SC_SCGLOB_HXX
-#include "global.hxx" // ScRange, ScAddress
+#ifndef SC_ADDRESS_HXX
+#include "address.hxx"
#endif
#ifndef SC_MUTEXHLP_HXX
#include "mutexhlp.hxx"
@@ -119,6 +119,7 @@ class SvxFieldItem;
class ScCellFieldObj;
class ScHeaderFieldObj;
class ScHeaderFooterContentObj;
+class ScDocShell;
//------------------------------------------------------------------