summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/loader
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:58:51 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit9f12a9da8d91364d4d0865021adbe62bfa09148c (patch)
treea74d3d9213f950fff68bca5ba07662e15b82d217 /udkapi/com/sun/star/loader
parent944eb9902788d8afec9e3f0f65d3b680041e039b (diff)
*api: convert <type scope="bar">Foo</type>
This looks much better now. sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80
Diffstat (limited to 'udkapi/com/sun/star/loader')
-rw-r--r--udkapi/com/sun/star/loader/Java2.idl4
-rw-r--r--udkapi/com/sun/star/loader/XImplementationLoader.idl4
2 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/loader/Java2.idl b/udkapi/com/sun/star/loader/Java2.idl
index 6e3417789f59..f2143fe4ea28 100644
--- a/udkapi/com/sun/star/loader/Java2.idl
+++ b/udkapi/com/sun/star/loader/Java2.idl
@@ -22,9 +22,9 @@
#include <com/sun/star/loader/XImplementationLoader.idl>
module com { module sun { module star { module loader {
-/**the same as <type scope="com::sun::star::loader">Java</type>.
+/**the same as com::sun::star::loader::Java.
<p>This service was introduced for UNO 3 components. The then
-<type scope="com::sun::star::loader">Java</type> service was intended for
+com::sun::star::loader::Java service was intended for
UNO 2 components. Since UNO 2 is not supported anymore, the service
name is reused again.
diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl
index 4f7572465521..ba7d7b523a79 100644
--- a/udkapi/com/sun/star/loader/XImplementationLoader.idl
+++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl
@@ -60,8 +60,8 @@ published interface XImplementationLoader: com::sun::star::uno::XInterface
@return returns a factory interface, which allows to create an instance of
the concrete implementation. In general, the object supports a
- <type scope="com::sun::star::lang">XSingleComponentFactory</type>
- and the <type scope="com::sun::star::lang">XServiceInfo</type> interface. The
+ com::sun::star::lang::XSingleComponentFactory
+ and the com::sun::star::lang::XServiceInfo interface. The
XServiceInfo interface informs about the capabilities of the
service implementation, not the factory itself.
*/