diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 20:22:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 20:22:27 +0000 |
commit | 854d5807d07a0ef54ce6ca68846647a8aaaa3c41 (patch) | |
tree | 5942e7231bad4355ecb944205a4ac9a5dec2f2b0 /offapi/com/sun/star/plugin | |
parent | 39a06f68d312abaff2013fcc309df689614ef966 (diff) |
INTEGRATION: CWS sb18 (1.6.406); FILE MERGED
2004/05/21 15:00:07 sb 1.6.406.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/plugin')
-rw-r--r-- | offapi/com/sun/star/plugin/XPluginManager.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/plugin/XPluginManager.idl b/offapi/com/sun/star/plugin/XPluginManager.idl index 04fe0ee977dc..ce42568f7bee 100644 --- a/offapi/com/sun/star/plugin/XPluginManager.idl +++ b/offapi/com/sun/star/plugin/XPluginManager.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPluginManager.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:20 $ + * last change: $Author: obo $ $Date: 2004-06-03 21:22:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,7 @@ /** Interface accessing all recognized Netscape plugins. */ -interface XPluginManager: com::sun::star::uno::XInterface +published interface XPluginManager: com::sun::star::uno::XInterface { /** Creates a default context. This context depends on the service <type scope="com::sun::star::frame">Desktop</type>.</p> |