summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XSourceInitialization.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XSourceInitialization.idl')
-rw-r--r--offapi/com/sun/star/ucb/XSourceInitialization.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/XSourceInitialization.idl b/offapi/com/sun/star/ucb/XSourceInitialization.idl
index 9bf8f529b356..7dc8ff7915f0 100644
--- a/offapi/com/sun/star/ucb/XSourceInitialization.idl
+++ b/offapi/com/sun/star/ucb/XSourceInitialization.idl
@@ -36,8 +36,8 @@ published interface XSourceInitialization: com::sun::star::uno::XInterface
be set as parameter.
<p>Hopefully you will only use this, when <var>Source</var>
- is an <type scope="com::sun::star::lang">XComponent</type> and this
- is an <type scope="com::sun::star::lang">XEventListener</type>.
+ is an com::sun::star::lang::XComponent and this
+ is an com::sun::star::lang::XEventListener.
Than you should call
<member scope="com::sun::star::lang">XComponent::addEventListener()</member>
from inside the implementation of this method.