summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleTableBase.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 10:29:13 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 10:29:13 +0000
commit24e191909b16ebd3e21e7c0254d93ec3d0346af6 (patch)
tree2a3ff17b6098667db7b7c18bbba2d11925d83ddd /sc/source/ui/inc/AccessibleTableBase.hxx
parent0b40d96a9f18709aff08750f048f22bec93c00a7 (diff)
INTEGRATION: CWS rowlimit (1.19.160); FILE MERGED
2003/11/28 19:47:56 er 1.19.160.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/source/ui/inc/AccessibleTableBase.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleTableBase.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleTableBase.hxx b/sc/source/ui/inc/AccessibleTableBase.hxx
index f4b5cff1de37..a12a28b7fcb6 100644
--- a/sc/source/ui/inc/AccessibleTableBase.hxx
+++ b/sc/source/ui/inc/AccessibleTableBase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleTableBase.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: vg $ $Date: 2003-05-22 13:48:07 $
+ * last change: $Author: obo $ $Date: 2004-06-04 11:29:13 $
*
* 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
+
#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLETABLE_HPP_
#include <com/sun/star/accessibility/XAccessibleTable.hpp>
#endif