summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XComponentLoader.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XComponentLoader.idl')
-rw-r--r--offapi/com/sun/star/frame/XComponentLoader.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/XComponentLoader.idl b/offapi/com/sun/star/frame/XComponentLoader.idl
index f1a73f00dcbb..87dd8950d5f0 100644
--- a/offapi/com/sun/star/frame/XComponentLoader.idl
+++ b/offapi/com/sun/star/frame/XComponentLoader.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XComponentLoader.idl,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: as $ $Date: 2002-11-05 09:06:57 $
+ * last change: $Author: mi $ $Date: 2002-12-10 16:13:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -195,7 +195,7 @@ interface XComponentLoader: com::sun::star::uno::XInterface
A model that in general can be shared between several view/controller pairs,
does not have an explicit owner. Every view and also the component that
loaded the document may consider itself as an owner.
- Simply calling <member>XComponent::dispose()</member> on this model may
+ Simply calling <method scope="com::sun::star::lang">XComponent::dispose</method> on this model may
cause problems, if some members of the "owner community" are currently
busy working on the model. These problems are handled by explicit closing
negotiations through the interface <type scope="com::sun::star::util">XCloseable</type>.