summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/content.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 10:31:10 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 10:31:10 +0000
commit4ea7f75330af22a1a119f6395d0ba09f0b4ebb0f (patch)
tree061770c5a42c93a9e37e92c58b2b42918e86e232 /sc/source/ui/inc/content.hxx
parent79709612b9b489dee78ace5868ffc0088bfaed94 (diff)
INTEGRATION: CWS rowlimit (1.8.302); FILE MERGED
2003/11/28 19:47:57 er 1.8.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/source/ui/inc/content.hxx')
-rw-r--r--sc/source/ui/inc/content.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/source/ui/inc/content.hxx b/sc/source/ui/inc/content.hxx
index 1e0f9a61591a..b52826b809bd 100644
--- a/sc/source/ui/inc/content.hxx
+++ b/sc/source/ui/inc/content.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: content.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dr $ $Date: 2002-10-16 12:12:37 $
+ * last change: $Author: obo $ $Date: 2004-06-04 11:31:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,13 @@
#include "global.hxx"
#endif
+#ifndef SC_ADDRESS_HXX
+#include "address.hxx"
+#endif
+#ifndef _SOLAR_H
+#include <tools/solar.h>
+#endif
+
class ScNavigatorDlg;
class ScNavigatorSettings;
class ScDocument;