summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/plugin
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/plugin
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/plugin')
-rw-r--r--offapi/com/sun/star/plugin/PluginManager.idl5
1 files changed, 1 insertions, 4 deletions
diff --git a/offapi/com/sun/star/plugin/PluginManager.idl b/offapi/com/sun/star/plugin/PluginManager.idl
index cecad6627cb2..d617fe001623 100644
--- a/offapi/com/sun/star/plugin/PluginManager.idl
+++ b/offapi/com/sun/star/plugin/PluginManager.idl
@@ -39,10 +39,7 @@
/** This service manages all recognized Netscape plugins.
*/
-published service PluginManager
-{
- interface com::sun::star::plugin::XPluginManager;
-};
+published service PluginManager : XPluginManager;
//=============================================================================