summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-22 13:59:19 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-22 13:59:19 +0000
commitaffea2990bc310d0c8370377b6d359cc012ed6be (patch)
tree53feec16c3e6d0daab81d65610635bec91bd1401 /offapi/com/sun/star/deployment
parent2f609090d727dfe35c46cbbe6a200c04aaf6c003 (diff)
INTEGRATION: CWS jl79 (1.6.200); FILE MERGED
2007/11/01 13:08:24 jl 1.6.200.1: #i82775# Extension Manager in office can accept installation requests from unopkg processes even if the Extension Manager dialog is open.
Diffstat (limited to 'offapi/com/sun/star/deployment')
-rw-r--r--offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl23
1 files changed, 9 insertions, 14 deletions
diff --git a/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl b/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl
index 21ab7f91d947..4559258af9b6 100644
--- a/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl
+++ b/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: PackageManagerDialog.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ihi $ $Date: 2006-12-19 11:34:00 $
+ * last change: $Author: ihi $ $Date: 2007-11-22 14:59:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -65,20 +65,15 @@ service PackageManagerDialog : com::sun::star::ui::dialogs::XAsynchronousExecuta
create( [in] com::sun::star::awt::XWindow xParent,
[in] string focussedContext );
- /** Create a GUI and pass the extensions which shall be installed right away.
- This constructor is instended for the case when unopkg is run as result of
- clicking an extension in a file browser, etc.
+ /** Create a GUI and pass the URL of the extension which shall be installed right away.
+ This constructor is intended for the case when unopkg is run as result of
+ clicking an extension in a file browser, etc. The extensions will always be installed
+ for the current user.
- @param extensions
- sequence of system file URLs of extensions
-
- @param focussedContext
- context to be focussed and under which the extensions are to be installed,
- for example "user" or "shared".
+ @param extensionURL
+ URL of extension
*/
- createAndInstall( [in] sequence< string > extensions,
- [in] string focussedContext);
-
+ createAndInstall( [in] string extensionURL);
};