summaryrefslogtreecommitdiffstats
path: root/sc/inc/addruno.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 09:00:54 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 09:00:54 +0000
commitb718ed06c7183b7ac2dfdee14cdb0927a63a021f (patch)
tree6d0de86e31ac1a9ce0bab41a196b6b54f6886eed /sc/inc/addruno.hxx
parentINTEGRATION: CWS rowlimit (1.1.2); FILE ADDED (diff)
downloadcore-b718ed06c7183b7ac2dfdee14cdb0927a63a021f.tar.gz
core-b718ed06c7183b7ac2dfdee14cdb0927a63a021f.zip
INTEGRATION: CWS rowlimit (1.2.40); FILE MERGED
2003/11/28 19:47:15 er 1.2.40.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/inc/addruno.hxx')
-rw-r--r--sc/inc/addruno.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/inc/addruno.hxx b/sc/inc/addruno.hxx
index 7091931c4aab..78b699e65a9b 100644
--- a/sc/inc/addruno.hxx
+++ b/sc/inc/addruno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: addruno.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2003-10-21 08:46:15 $
+ * last change: $Author: obo $ $Date: 2004-06-04 10:00:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,6 +81,10 @@
#include "global.hxx"
#endif
+#ifndef SC_ADDRESS_HXX
+#include "address.hxx"
+#endif
+
class ScAddressConversionObj : public ::cppu::WeakImplHelper2<
::com::sun::star::beans::XPropertySet,