summaryrefslogtreecommitdiffstats
path: root/sc/inc/brdcst.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 09:02:28 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 09:02:28 +0000
commit05478254bb652ebdf0a4177040fc8efb7bf61013 (patch)
treeffd2971a3149a6adfb5b91085c7dea18bd4f73e3 /sc/inc/brdcst.hxx
parentINTEGRATION: CWS rowlimit (1.1.1.1.346); FILE MERGED (diff)
downloadcore-05478254bb652ebdf0a4177040fc8efb7bf61013.tar.gz
core-05478254bb652ebdf0a4177040fc8efb7bf61013.zip
INTEGRATION: CWS rowlimit (1.3.302); FILE MERGED
2003/11/28 19:47:16 er 1.3.302.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/inc/brdcst.hxx')
-rw-r--r--sc/inc/brdcst.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/brdcst.hxx b/sc/inc/brdcst.hxx
index 8f71967f0ee3..1d3ebfabdfa4 100644
--- a/sc/inc/brdcst.hxx
+++ b/sc/inc/brdcst.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: brdcst.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: er $ $Date: 2002-11-27 21:07:51 $
+ * last change: $Author: obo $ $Date: 2004-06-04 10:02:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include "global.hxx"
#endif
+#ifndef SC_ADDRESS_HXX
+#include "address.hxx"
+#endif
+
#ifndef _RTTI_HXX //autogen
#include <tools/rtti.hxx>
#endif