summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/callbacks.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-12-13 09:35:50 +0000
committerFrank Schönheit <fs@openoffice.org>2000-12-13 09:35:50 +0000
commite113c936a95559472ce1a7caadb1d173b05fe817 (patch)
treec14373c3fb7f36782e21b23a65c45b0e7c5a1861 /xmloff/source/forms/callbacks.hxx
parent1cca41a86e17a88e0043050011a6563722c07431 (diff)
included XPropertySet.hpp
Diffstat (limited to 'xmloff/source/forms/callbacks.hxx')
-rw-r--r--xmloff/source/forms/callbacks.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/xmloff/source/forms/callbacks.hxx b/xmloff/source/forms/callbacks.hxx
index dd48cdfe9640..7bd3017da5da 100644
--- a/xmloff/source/forms/callbacks.hxx
+++ b/xmloff/source/forms/callbacks.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: callbacks.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2000-12-12 12:00:37 $
+ * last change: $Author: fs $ $Date: 2000-12-13 10:35:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,6 +68,9 @@
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#endif
+#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
+#include <com/sun/star/beans/XPropertySet.hpp>
+#endif
class SvXMLImport;
//.........................................................................
@@ -140,6 +143,9 @@ namespace xmloff
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.2 2000/12/12 12:00:37 fs
+ * +IControlIdMap / +IFormsImportContext
+ *
* Revision 1.1 2000/11/17 19:01:13 fs
* initial checkin - export and/or import the applications form layer
*