summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 13:59:05 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 13:59:05 +0000
commitff2e5dbd45e8006c955f521d8cb041adb3460592 (patch)
treed0e8c9bb63b3ed28b0b862ab517c1e909bb82d5f /udkapi
parent3cfd6c15b2338c733dddad8c3992c89db05f695a (diff)
documentation sytax errors fixed
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/bridge/OleObjectFactory.idl13
1 files changed, 8 insertions, 5 deletions
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.
- <p>Any OLE objects which are accessable via <function>CLSIDFromProgID()</function>
- and <function>CoCreateInstance()</function> could be created by this service.
+ <p>Any OLE objects which are accessable via <code>CLSIDFromProgID()</code>
+ and <code>CoCreateInstance()</code> could be created by this service.
The created UNO objects support <type scope="com::sun::star::script">XInvocation</type>
if the original OLE objects support IDispatch. </p>
<p>The optional parameters of the method
- <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</method>
+ <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
are reserved for future use; at this time they are ignored. </p>
*/
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