summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/registry
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-03-26 15:05:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-03-27 12:28:55 +0200
commite4d9dabce80e7823bcdf28f06a99c83a2950d8c7 (patch)
treef920fa5942ecf48dcaba72ea8a144f284eb56947 /udkapi/com/sun/star/registry
parentb0ba1438439873b1da3a9d580e9828ebae11bad4 (diff)
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@redhat.com>
Diffstat (limited to 'udkapi/com/sun/star/registry')
-rw-r--r--udkapi/com/sun/star/registry/ImplementationRegistration.idl6
-rw-r--r--udkapi/com/sun/star/registry/SimpleRegistry.idl7
2 files changed, 2 insertions, 11 deletions
diff --git a/udkapi/com/sun/star/registry/ImplementationRegistration.idl b/udkapi/com/sun/star/registry/ImplementationRegistration.idl
index 03a365e7d54c..f925a2a10141 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 b4b8e5ab87b3..fbe06d99a0f3 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;
//=============================================================================