diff options
author | Noel Grandin <noel@peralex.com> | 2012-03-26 15:05:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-27 12:28:55 +0200 |
commit | e4d9dabce80e7823bcdf28f06a99c83a2950d8c7 (patch) | |
tree | f920fa5942ecf48dcaba72ea8a144f284eb56947 /udkapi/com/sun/star/beans | |
parent | b0ba1438439873b1da3a9d580e9828ebae11bad4 (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/beans')
-rw-r--r-- | udkapi/com/sun/star/beans/Introspection.idl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/beans/Introspection.idl b/udkapi/com/sun/star/beans/Introspection.idl index 0e93138eb646..1f6d011d992f 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; //============================================================================= |