From 9f12a9da8d91364d4d0865021adbe62bfa09148c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 27 Apr 2013 21:58:51 +0200 Subject: *api: convert Foo This looks much better now. sed -i 's,\([^<]\+\),\1::\2,g' Change-Id: I94cd0f93afa89855b62dadeb229d2b2e1775cd80 --- udkapi/com/sun/star/loader/Java2.idl | 4 ++-- udkapi/com/sun/star/loader/XImplementationLoader.idl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'udkapi/com/sun/star/loader') 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 module com { module sun { module star { module loader { -/**the same as Java. +/**the same as com::sun::star::loader::Java.

This service was introduced for UNO 3 components. The then -Java 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 - XSingleComponentFactory - and the XServiceInfo 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. */ -- cgit