summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/areasave.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 10:29:55 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 10:29:55 +0000
commit3002cbed552bf650865b035e4c248231c5a5987d (patch)
tree341edd60aed48c68658582c01883638e3a406624 /sc/source/ui/inc/areasave.hxx
parent4e9fee5a12f012e9576e38af72310e723b4897f7 (diff)
INTEGRATION: CWS rowlimit (1.1.344); FILE MERGED
2003/11/28 19:47:56 er 1.1.344.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/source/ui/inc/areasave.hxx')
-rw-r--r--sc/source/ui/inc/areasave.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/ui/inc/areasave.hxx b/sc/source/ui/inc/areasave.hxx
index d9a13c56fac7..f3159d38ea18 100644
--- a/sc/source/ui/inc/areasave.hxx
+++ b/sc/source/ui/inc/areasave.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: areasave.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: nn $ $Date: 2000-10-30 11:35:20 $
+ * last change: $Author: obo $ $Date: 2004-06-04 11:29:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,10 @@
#include "global.hxx"
#endif
+#ifndef SC_ADDRESS_HXX
+#include "address.hxx"
+#endif
+
class ScDocument;
class ScAreaLink;