From ff2e5dbd45e8006c955f521d8cb041adb3460592 Mon Sep 17 00:00:00 2001 From: Michael Hönnig Date: Tue, 19 Dec 2000 13:59:05 +0000 Subject: documentation sytax errors fixed --- udkapi/com/sun/star/bridge/OleObjectFactory.idl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/bridge/OleObjectFactory.idl b/udkapi/com/sun/star/bridge/OleObjectFactory.idl index 76e8adeb8f16..65b48de9f8d4 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jbu $ $Date: 2000-12-12 10:18:48 $ + * last change: $Author: mi $ $Date: 2000-12-19 14:58:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,13 +75,13 @@ // DocMerge from xml: service com::sun::star::bridge::OleObjectFactory /** makes it possible to create OLE objects as UNO objects. -

Any OLE objects which are accessable via CLSIDFromProgID() - and CoCreateInstance() could be created by this service. +

Any OLE objects which are accessable via CLSIDFromProgID() + and CoCreateInstance() could be created by this service. The created UNO objects support XInvocation if the original OLE objects support IDispatch.

The optional parameters of the method - XMultiServiceFactory::createInstanceWithArguments() + XMultiServiceFactory::createInstanceWithArguments() are reserved for future use; at this time they are ignored.

*/ service OleObjectFactory @@ -98,6 +98,9 @@ service OleObjectFactory /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/12 10:18:48 jbu + reconstructed some method references, that have gone lost during merges + Revision 1.5 2000/12/11 16:09:40 mi documentation syntax fixed and some minor semantic documentation fixes -- cgit