summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-03-30 02:29:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-02 20:44:39 +0200
commit3893b00efb752942c6517bdf21d0a2cdc8ab14ab (patch)
tree2a7ae6d617997943454ba12e6051f43618ad5435 /offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl
parent15f9ca7d5889a3203739edb36db7a6f32a24b6ba (diff)
fdo#46808, Adapt UNO services to new style
Update selected IDL files to use new syntax. Update the makefiles to generate the necessary new include files. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl')
-rw-r--r--offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl b/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl
index 6878e4746c9e..b6f62f1168d2 100644
--- a/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl
+++ b/offapi/com/sun/star/document/OleEmbeddedServerRegistration.idl
@@ -46,11 +46,7 @@ module com { module sun { module star { module document {
@since OOo 1.1.2
*/
published service OleEmbeddedServerRegistration
-{
-
- interface com::sun::star::uno::XInterface;
-
-};
+ : com::sun::star::uno::XInterface;
//=============================================================================