summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/inputhdl.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 10:34:56 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 10:34:56 +0000
commit262790b4ea6df4a767e1ff67a3d39c14169934a2 (patch)
tree770868bba1cdab38c4725f75856bec56663263c8 /sc/source/ui/inc/inputhdl.hxx
parent2131e760e5f0a85d4b27abeb2ec494c3aef386cd (diff)
INTEGRATION: CWS rowlimit (1.11.16); FILE MERGED
2003/11/28 19:47:59 er 1.11.16.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/source/ui/inc/inputhdl.hxx')
-rw-r--r--sc/source/ui/inc/inputhdl.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx
index 6b82a823fb0e..8c7fab1f8d91 100644
--- a/sc/source/ui/inc/inputhdl.hxx
+++ b/sc/source/ui/inc/inputhdl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inputhdl.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2003-11-05 14:37:48 $
+ * last change: $Author: obo $ $Date: 2004-06-04 11:34:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,10 @@
#include "global.hxx"
#endif
+#ifndef SC_ADDRESS_HXX
+#include "address.hxx"
+#endif
+
#ifndef _FRACT_HXX //autogen
#include <tools/fract.hxx>
#endif