diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 00:19:39 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:05 +0200 |
commit | ae7595a7553c61cab3cc9014bb12239e02fd8c6a (patch) | |
tree | 1c1e9bdf907683f2e3ddbd690dc9251c5b83d0fe /udkapi | |
parent | 56d158c38cca6de82256e727b7f4c83f311d87b8 (diff) |
*api: convert more <method>
sed -i "s,<method>\([^<]\+\)</method>,\1,g"
Change-Id: Ic3eef0c03e512f7d607a87c58f9f01626f5a57a1
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/loader/XImplementationLoader.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl index 0a00139e911e..e5de72cb5b28 100644 --- a/udkapi/com/sun/star/loader/XImplementationLoader.idl +++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl @@ -55,7 +55,7 @@ published interface XImplementationLoader: com::sun::star::uno::XInterface more than only one file url). @param xKey A registry which may be used to read static data previously - written via <method>XImplementationLoader::writeRegistryInfo()</method>. + written via XImplementationLoader::writeRegistryInfo(). The use of this parameter is deprecated. @return returns a factory interface, which allows to create an instance of |