[Libreoffice-commits] .: 2 commits - offapi/type_reference udkapi/com

Stephan Bergmann sbergmann at kemper.freedesktop.org
Tue Mar 27 03:29:41 PDT 2012


 offapi/type_reference/types.rdb                             |binary
 udkapi/com/sun/star/beans/Introspection.idl                 |    7 +------
 udkapi/com/sun/star/registry/ImplementationRegistration.idl |    6 +-----
 udkapi/com/sun/star/registry/SimpleRegistry.idl             |    7 +------
 udkapi/com/sun/star/script/AllListenerAdapter.idl           |    5 +----
 udkapi/com/sun/star/script/Invocation.idl                   |    7 +------
 udkapi/com/sun/star/security/AccessController.idl           |    5 +----
 udkapi/com/sun/star/security/Policy.idl                     |    5 +----
 udkapi/com/sun/star/uno/NamingService.idl                   |    8 +-------
 9 files changed, 8 insertions(+), 42 deletions(-)

New commits:
commit fd065e692a7355ffc46bf42a9ec1f3743ba8310c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Mar 27 11:47:17 2012 +0200

    Remove superfluous comment
    
    ...that looks out of place after previous commit.

diff --git a/udkapi/com/sun/star/uno/NamingService.idl b/udkapi/com/sun/star/uno/NamingService.idl
index 38b7239..a67bdd1 100644
--- a/udkapi/com/sun/star/uno/NamingService.idl
+++ b/udkapi/com/sun/star/uno/NamingService.idl
@@ -34,7 +34,6 @@
 
 //=============================================================================
 /** a simple named object container.
-    Through this interface the objects are registered and accessed.
  */
 published service NamingService : com::sun::star::uno::XNamingService;
 
commit e4d9dabce80e7823bcdf28f06a99c83a2950d8c7
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Mar 26 15:05:46 2012 +0200

    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: Stephan Bergmann <sbergman at redhat.com>

diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index 19ad36b..8e35e75 100644
Binary files a/offapi/type_reference/types.rdb and b/offapi/type_reference/types.rdb differ
diff --git a/udkapi/com/sun/star/beans/Introspection.idl b/udkapi/com/sun/star/beans/Introspection.idl
index 0e93138..1f6d011 100644
--- a/udkapi/com/sun/star/beans/Introspection.idl
+++ b/udkapi/com/sun/star/beans/Introspection.idl
@@ -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;
 
 //=============================================================================
 
diff --git a/udkapi/com/sun/star/registry/ImplementationRegistration.idl b/udkapi/com/sun/star/registry/ImplementationRegistration.idl
index 03a365e..f925a2a 100644
--- a/udkapi/com/sun/star/registry/ImplementationRegistration.idl
+++ b/udkapi/com/sun/star/registry/ImplementationRegistration.idl
@@ -49,11 +49,7 @@
     </ul>
  */
 published service ImplementationRegistration
-{
-    // DocMerge: empty anyway
-    interface com::sun::star::registry::XImplementationRegistration;
-
-};
+  : com::sun::star::registry::XImplementationRegistration;
 
 //=============================================================================
 
diff --git a/udkapi/com/sun/star/registry/SimpleRegistry.idl b/udkapi/com/sun/star/registry/SimpleRegistry.idl
index b4b8e5a..fbe06d9 100644
--- a/udkapi/com/sun/star/registry/SimpleRegistry.idl
+++ b/udkapi/com/sun/star/registry/SimpleRegistry.idl
@@ -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;
 
 //=============================================================================
 
diff --git a/udkapi/com/sun/star/script/AllListenerAdapter.idl b/udkapi/com/sun/star/script/AllListenerAdapter.idl
index b98db50..f454c12 100644
--- a/udkapi/com/sun/star/script/AllListenerAdapter.idl
+++ b/udkapi/com/sun/star/script/AllListenerAdapter.idl
@@ -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;
 
 //=============================================================================
 
diff --git a/udkapi/com/sun/star/script/Invocation.idl b/udkapi/com/sun/star/script/Invocation.idl
index 92ef143..a72f7a6 100644
--- a/udkapi/com/sun/star/script/Invocation.idl
+++ b/udkapi/com/sun/star/script/Invocation.idl
@@ -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;
 
 //=============================================================================
 
diff --git a/udkapi/com/sun/star/security/AccessController.idl b/udkapi/com/sun/star/security/AccessController.idl
index 7748489..3ee1b8b 100644
--- a/udkapi/com/sun/star/security/AccessController.idl
+++ b/udkapi/com/sun/star/security/AccessController.idl
@@ -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;
 
 }; }; }; };
 
diff --git a/udkapi/com/sun/star/security/Policy.idl b/udkapi/com/sun/star/security/Policy.idl
index e0894f0..045d2db 100644
--- a/udkapi/com/sun/star/security/Policy.idl
+++ b/udkapi/com/sun/star/security/Policy.idl
@@ -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;
 
 }; }; }; };
 
diff --git a/udkapi/com/sun/star/uno/NamingService.idl b/udkapi/com/sun/star/uno/NamingService.idl
index fd03904..38b7239 100644
--- a/udkapi/com/sun/star/uno/NamingService.idl
+++ b/udkapi/com/sun/star/uno/NamingService.idl
@@ -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;
 
 //=============================================================================
 


More information about the Libreoffice-commits mailing list