summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-07-05 08:15:30 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-07-05 08:15:30 +0000
commite39795e5257b0ee3765c501fb47cc30fb05ab1c8 (patch)
treee2eb1fddd68f92ed000c2c34f1712ce6a5aba1bc /udkapi/com/sun/star
parent951f4223ec3df1ecc1635ec545733a4d16ab794d (diff)
#87233# corrected includes and forward decl
Diffstat (limited to 'udkapi/com/sun/star')
-rw-r--r--udkapi/com/sun/star/lang/XMultiComponentFactory.idl19
-rw-r--r--udkapi/com/sun/star/uno/XComponentContext.idl15
2 files changed, 14 insertions, 20 deletions
diff --git a/udkapi/com/sun/star/lang/XMultiComponentFactory.idl b/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
index 9708b0b43..0ad5e242e 100644
--- a/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
+++ b/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMultiComponentFactory.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dbo $ $Date: 2001-05-04 14:24:26 $
+ * last change: $Author: dbo $ $Date: 2001-07-05 09:14:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,19 +61,12 @@
#ifndef __com_sun_star_lang_XMultiComponentFactory_idl__
#define __com_sun_star_lang_XMultiComponentFactory_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
+#ifndef __com_sun_star_uno_XComponentContext_idl__
+#include <com/sun/star/uno/XComponentContext.idl>
#endif
-#ifndef __com_sun_star_uno_Exception_idl__
-#include <com/sun/star/uno/Exception.idl>
-#endif
-
-
-//=============================================================================
-module com { module sun { module star { module uno {
-interface XComponentContext;
-}; }; }; };
+
+//=============================================================================
module com { module sun { module star { module lang {
diff --git a/udkapi/com/sun/star/uno/XComponentContext.idl b/udkapi/com/sun/star/uno/XComponentContext.idl
index c6d156460..5812d0a26 100644
--- a/udkapi/com/sun/star/uno/XComponentContext.idl
+++ b/udkapi/com/sun/star/uno/XComponentContext.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XComponentContext.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dbo $ $Date: 2001-05-04 14:22:18 $
+ * last change: $Author: dbo $ $Date: 2001-07-05 09:15:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,17 +58,18 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_uno_XCurrentContext_idl__
-#define __com_sun_star_uno_XCurrentContext_idl__
+#ifndef __com_sun_star_uno_XComponentContext_idl__
+#define __com_sun_star_uno_XComponentContext_idl__
-#ifndef __com_sun_star_lang_XMultiComponentFactory_idl__
-#include <com/sun/star/lang/XMultiComponentFactory.idl>
-#endif
#ifndef __com_sun_star_uno_Exception_idl__
#include <com/sun/star/uno/Exception.idl>
#endif
+module com { module sun { module star { module lang {
+interface XMultiComponentFactory;
+}; }; }; };
+
module com { module sun { module star { module uno {
/** Component context to be granted to a component for running.