Kaydet (Commit) e4d9dabc authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Stephan Bergmann

fdo#46808, Adapt UNO serviecs to new style, Part 1

Convert the IDL files in the udkapi module, and update the
types.rdb database.
Signed-off-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst b0ba1438
......@@ -45,12 +45,7 @@
<p>For details see method <member>XIntrospection::inspect
</member>.</p>
*/
published service Introspection
{
/// The only interface of this service
interface com::sun::star::beans::XIntrospection;
};
published service Introspection : com::sun::star::beans::XIntrospection;
//=============================================================================
......
......@@ -49,11 +49,7 @@
</ul>
*/
published service ImplementationRegistration
{
// DocMerge: empty anyway
interface com::sun::star::registry::XImplementationRegistration;
};
: com::sun::star::registry::XImplementationRegistration;
//=============================================================================
......
......@@ -46,12 +46,7 @@
<li>-thread safe</li>
</ul>
*/
published service SimpleRegistry
{
// DocMerge: empty anyway
interface com::sun::star::registry::XSimpleRegistry;
};
published service SimpleRegistry : com::sun::star::registry::XSimpleRegistry;
//=============================================================================
......
......@@ -40,10 +40,7 @@
interfaces to the interface <type>XAllListener</type>.
*/
published service AllListenerAdapter
{
/// interface to create adapters for listener types
interface com::sun::star::script::XAllListenerAdapterService;
};
: com::sun::star::script::XAllListenerAdapterService;
//=============================================================================
......
......@@ -46,12 +46,7 @@
The adapter may also support <type scope="com::sun::star::script">XInvocation2</type>.
</p>
*/
published service Invocation
{
/// Interface to specify the object to be mapped by the invocation service.
interface com::sun::star::lang::XSingleServiceFactory;
};
published service Invocation : com::sun::star::lang::XSingleServiceFactory;
//=============================================================================
......
......@@ -51,10 +51,7 @@ module com { module sun { module star { module security {
@since OOo 1.1.2
*/
published service AccessController
{
interface XAccessController;
};
published service AccessController : XAccessController;
}; }; }; };
......
......@@ -37,10 +37,7 @@ module com { module sun { module star { module security {
@since OOo 1.1.2
*/
published service Policy
{
interface XPolicy;
};
published service Policy : XPolicy;
}; }; }; };
......
......@@ -34,14 +34,9 @@
//=============================================================================
/** a simple named object container.
Through this interface the objects are registered and accessed.
*/
published service NamingService
{
/** through this interface the objects are registered and accessed.
*/
interface com::sun::star::uno::XNamingService;
};
published service NamingService : com::sun::star::uno::XNamingService;
//=============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment