summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XSourceInitialization.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 15:04:00 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 15:04:00 +0000
commit6e5cebf49a79fe171cc03fefa3c959b1dce822ee (patch)
tree8d85ad2a465936faf6bbc1c4b8025b6b71fb315d /offapi/com/sun/star/ucb/XSourceInitialization.idl
parentd596feb51cb9dff2d0c3a9313dcaaa63f3a3e691 (diff)
documentations syntax errors fixed
Diffstat (limited to 'offapi/com/sun/star/ucb/XSourceInitialization.idl')
-rw-r--r--offapi/com/sun/star/ucb/XSourceInitialization.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/XSourceInitialization.idl b/offapi/com/sun/star/ucb/XSourceInitialization.idl
index 3dfecd8e7a6f..bcb814354f03 100644
--- a/offapi/com/sun/star/ucb/XSourceInitialization.idl
+++ b/offapi/com/sun/star/ucb/XSourceInitialization.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSourceInitialization.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@ interface XSourceInitialization: com::sun::star::uno::XInterface
<p>Hopefully you will only use this, when <parameter>Source</parameter>
is an <type>XComponent</type> and this is an <type>XEventListener</type>.
- Than you should call <method>XComponent::addEventListener()</method>
+ Than you should call <member>XComponent::addEventListener()</member>
within this method.
*/
void setSource( [in] com::sun::star::uno::XInterface Source )