From e688c72f313b289e0590ce0b839560558f01cd00 Mon Sep 17 00:00:00 2001
From: Joachim Lingner
Date: Tue, 22 Jan 2002 08:28:50 +0000
Subject: #96764# documentation review
---
udkapi/com/sun/star/bridge/OleObjectFactory.idl | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
(limited to 'udkapi')
diff --git a/udkapi/com/sun/star/bridge/OleObjectFactory.idl b/udkapi/com/sun/star/bridge/OleObjectFactory.idl
index 65b48de9f8d4..aa70901ea652 100644
--- a/udkapi/com/sun/star/bridge/OleObjectFactory.idl
+++ b/udkapi/com/sun/star/bridge/OleObjectFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: OleObjectFactory.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 14:58:58 $
+ * last change: $Author: jl $ $Date: 2002-01-22 09:28:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,13 +72,13 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::bridge::OleObjectFactory
-/** makes it possible to create OLE objects as UNO objects.
+/** makes it possible to create COM objects as UNO objects.
- Any OLE objects which are accessable via CLSIDFromProgID()
- and CoCreateInstance()
could be created by this service.
+
A COM object must have a ProgId since the ProgId is used as argument for
+ XMultiServiceFactory::createInstance. The only interfaces which are mapped
+ are IUnknown
and IDispatch
.
The created UNO objects support XInvocation
- if the original OLE objects support IDispatch.
+ if the original COM objects support IDispatch.
The optional parameters of the method
XMultiServiceFactory::createInstanceWithArguments()
@@ -86,9 +86,7 @@
*/
service OleObjectFactory
{
- // DocMerge: empty anyway
interface com::sun::star::lang::XMultiServiceFactory;
-
};
//=============================================================================
@@ -98,6 +96,9 @@ service OleObjectFactory
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2000/12/19 14:58:58 mi
+ documentation sytax errors fixed
+
Revision 1.6 2000/12/12 10:18:48 jbu
reconstructed some method references, that have gone lost during merges
--
cgit