summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/impex.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 10:34:41 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 10:34:41 +0000
commit2131e760e5f0a85d4b27abeb2ec494c3aef386cd (patch)
tree553a93a3738dceb967c00108d1689a9458fd088a /sc/source/ui/inc/impex.hxx
parenta49c1f31e3f9aa1fd25705d8d79b4f3de6aa16b5 (diff)
INTEGRATION: CWS rowlimit (1.7.322); FILE MERGED
2003/11/28 19:47:58 er 1.7.322.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/source/ui/inc/impex.hxx')
-rw-r--r--sc/source/ui/inc/impex.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/ui/inc/impex.hxx b/sc/source/ui/inc/impex.hxx
index 57340fa8b278..0f21b8d20d67 100644
--- a/sc/source/ui/inc/impex.hxx
+++ b/sc/source/ui/inc/impex.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impex.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: nn $ $Date: 2001-11-14 20:27:07 $
+ * last change: $Author: obo $ $Date: 2004-06-04 11:34:41 $
*
* 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 ScDocShell;
class ScDocument;
class SvStream;