summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2002-01-22 08:28:50 +0000
committerJoachim Lingner <jl@openoffice.org>2002-01-22 08:28:50 +0000
commite688c72f313b289e0590ce0b839560558f01cd00 (patch)
treeb4aae53438372fe25636ce37d73e48989e91f4fe /udkapi
parent63fd393cbb5ed6692d697c7743719c1491dd46f8 (diff)
#96764# documentation review
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/bridge/OleObjectFactory.idl19
1 files changed, 10 insertions, 9 deletions
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.
- <p>Any OLE objects which are accessable via <code>CLSIDFromProgID()</code>
- and <code>CoCreateInstance()</code> could be created by this service.
+ <p>A COM object must have a ProgId since the ProgId is used as argument for
+ XMultiServiceFactory::createInstance. The only interfaces which are mapped
+ are <code>IUnknown</code> and <code>IDispatch</code>.
The created UNO objects support <type scope="com::sun::star::script">XInvocation</type>
- if the original OLE objects support IDispatch. </p>
+ if the original COM objects support IDispatch. </p>
<p>The optional parameters of the method
<member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
@@ -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