summaryrefslogtreecommitdiff
path: root/sc/inc/xmlwrap.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 09:18:12 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 09:18:12 +0000
commit2088be40f3229be04eb0b571cfb41737e8da2711 (patch)
treeff980885bde9926c670a234ae02328f812d66398 /sc/inc/xmlwrap.hxx
parentfc79154dfe4e794eb004c669addc943b318a4fe2 (diff)
INTEGRATION: CWS rowlimit (1.11.324); FILE MERGED
2003/11/28 19:47:28 er 1.11.324.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
Diffstat (limited to 'sc/inc/xmlwrap.hxx')
-rw-r--r--sc/inc/xmlwrap.hxx17
1 files changed, 14 insertions, 3 deletions
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx
index c6684b467f4b..9744db773933 100644
--- a/sc/inc/xmlwrap.hxx
+++ b/sc/inc/xmlwrap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlwrap.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: sab $ $Date: 2001-10-08 08:03:14 $
+ * last change: $Author: obo $ $Date: 2004-06-04 10:18:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,13 +62,24 @@
#ifndef SC_XMLWRAP_HXX
#define SC_XMLWRAP_HXX
+#ifndef _SOLAR_H
+#include <tools/solar.h>
+#endif
+
+#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_
+#include <com/sun/star/uno/Reference.hxx>
+#endif
+#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
+#include <com/sun/star/uno/Sequence.hxx>
+#endif
+
class ScDocument;
class SfxMedium;
class SvStorage;
class ScMySharedData;
namespace com { namespace sun { namespace star {
- namespace uno { template<class X> class Reference; }
+ namespace beans { class PropertyValue; }
namespace frame { class XModel; }
namespace task { class XStatusIndicator; }
namespace lang { class XMultiServiceFactory; }