diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-28 00:07:48 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:04 +0200 |
commit | ce36de949df2351ee81ab05d32093372b65e9831 (patch) | |
tree | 6f8bde54d78c36517854e8c4144228a6d7a54b5b /udkapi/com/sun/star/registry | |
parent | f3db7d1abb1d010a331b26793c3a3788eb8ba2cf (diff) |
*api: convert more <method scope="foo">
sed -i 's,<method scope="\([^"]*\)">\([^<]\+\)</method>,\1::\2,g'
Change-Id: I09ee9ecae922e0b28730d1689b802e6041b3ceed
Diffstat (limited to 'udkapi/com/sun/star/registry')
-rw-r--r-- | udkapi/com/sun/star/registry/NestedRegistry.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/registry/NestedRegistry.idl b/udkapi/com/sun/star/registry/NestedRegistry.idl index 0ec29c1cf26f..07cdc7b990c5 100644 --- a/udkapi/com/sun/star/registry/NestedRegistry.idl +++ b/udkapi/com/sun/star/registry/NestedRegistry.idl @@ -112,7 +112,7 @@ the read-only one.<br> Two different ways are possible:<br> <ul> - <li> use <method scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</method> to + <li> use com::sun::star::lang::XMultiServiceFactory::createInstanceWithArguments() to create an instance of this service where the value of the any parameter must be the sequence with the two open registries. <li> use the initialize function of the com::sun::star::lang::XInitialization interface where the value of the |