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
commite7c5f0dd0a09d2796eb318933fa43b9f6955efa0 (patch)
tree5ef320e859306f5812d74c18ee3a395ceea642b4 /offapi/com/sun/star/ucb/XSourceInitialization.idl
parent09c414ea3932ed3f406f097387eba72d01c85413 (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 e576406d8..6fbfb6d7e 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 )