summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XComponentRegistry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XComponentRegistry.idl')
-rw-r--r--offapi/com/sun/star/frame/XComponentRegistry.idl100
1 files changed, 33 insertions, 67 deletions
diff --git a/offapi/com/sun/star/frame/XComponentRegistry.idl b/offapi/com/sun/star/frame/XComponentRegistry.idl
index b25615826..108b372d0 100644
--- a/offapi/com/sun/star/frame/XComponentRegistry.idl
+++ b/offapi/com/sun/star/frame/XComponentRegistry.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XComponentRegistry.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2001-11-01 10:29:29 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:05:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,71 +58,37 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_frame_XComponentRegistry_idl__
-#define __com_sun_star_frame_XComponentRegistry_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_uno_Uik_idl__
-#include <com/sun/star/uno/Uik.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module frame {
-
-//=============================================================================
-
-// DocMerge from xml: interface com::sun::star::frame::XComponentRegistry
-/** makes it possible to instantiate desktop components.
+#ifndef __com_sun_star_frame_XComponentRegistry_idl__
+#define __com_sun_star_frame_XComponentRegistry_idl__
- @deprecated
- @see XFrame
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_uno_Uik_idl__
+#include <com/sun/star/uno/Uik.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module frame {
+
+//=============================================================================
+/** @deprecated
*/
interface XComponentRegistry: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
- // DocMerge: empty anyway
- com::sun::star::uno::XInterface createObject( [in] string aURL,
- [in] com::sun::star::uno::Uik ik );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2001/03/22 17:26:29 mi
- Formatting error in documentation fixed
-
- Revision 1.4 2001/03/16 16:41:25 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.3 2000/11/08 12:43:14 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:21 hjs
- initial import
-
- Revision 1.7 2000/09/11 11:52:28 mi
- documentation merged from XML
-
- Revision 1.3 2000/02/23 14:49:56 mi
- missing documentations
-
- Revision 1.2 2000/01/31 09:44:58 mi
- XML syntax for documentation
-
- Revision 1.1.1.1 1999/11/11 09:48:43 jsc
- new
-
-
-=============================================================================*/
-#endif
+{
+ //-------------------------------------------------------------------------
+ /** @deprecated
+ */
+ com::sun::star::uno::XInterface createObject(
+ [in] string URL,
+ [in] com::sun::star::uno::Uik Uik );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif