diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-28 00:06:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:03 +0200 |
commit | f3db7d1abb1d010a331b26793c3a3788eb8ba2cf (patch) | |
tree | 69ee020d169f253bd7a14d75185357515db4cce0 /offapi/com/sun/star/frame | |
parent | 4718949d417dd5297073997546e04ecf300b0479 (diff) |
*api: convert <method scope="foo">
sed -i 's,<method scope="\([^"]*\)">\([^<][^)]\+\)</method>,\1::\2(),g'
Change-Id: I7ceb805d67a79c297fb5f044a8fb226ec2fb366c
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r-- | offapi/com/sun/star/frame/XComponentLoader.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/XComponentLoader.idl b/offapi/com/sun/star/frame/XComponentLoader.idl index a4135087d7a7..b13fc90d6ae5 100644 --- a/offapi/com/sun/star/frame/XComponentLoader.idl +++ b/offapi/com/sun/star/frame/XComponentLoader.idl @@ -136,7 +136,7 @@ published 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 <method scope="com::sun::star::lang">XComponent::dispose</method> on this model may + Simply calling com::sun::star::lang::XComponent::dispose() 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 com::sun::star::util::XCloseable. |