summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XUniversalContentBroker.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XUniversalContentBroker.idl')
-rw-r--r--offapi/com/sun/star/ucb/XUniversalContentBroker.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ucb/XUniversalContentBroker.idl b/offapi/com/sun/star/ucb/XUniversalContentBroker.idl
index 4d971316243b..6df4b2f46758 100644
--- a/offapi/com/sun/star/ucb/XUniversalContentBroker.idl
+++ b/offapi/com/sun/star/ucb/XUniversalContentBroker.idl
@@ -40,10 +40,10 @@ published interface XUniversalContentBroker
<p>Those references i.e. may occur if content provider implementations
hold references to the Broker. The Broker itself always holds its
providers. If the Broker shall be released,
- <member scope="com::sun::star::lang">XComponent::dispose</member>
+ com::sun::star::lang::XComponent::dispose()
must be called at the Broker. The implementation of this method must
call
- <member scope="com::sun::star::lang">XEventListener::disposing</member>
+ com::sun::star::lang::XEventListener::disposing()
on the registered listeners (the providers holding the Broker must be
those listeners) and release the appropriate object references. At
the other hand, the implementation of XEventListener::disposing must