diff options
author | ok <ok@openoffice.org> | 2001-05-08 10:42:50 +0000 |
---|---|---|
committer | ok <ok@openoffice.org> | 2001-05-08 10:42:50 +0000 |
commit | 1c870d960cc90fbe599e8776ec6a17a7d2811f15 (patch) | |
tree | f38e282bc1d150e9ba4c155ce67803fbde842490 /offapi | |
parent | e5321ae0fd2fb1ba32984716ab48c7c6cc45f023 (diff) |
fix: #83293#
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/setup/XSetup.idl | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/offapi/com/sun/star/setup/XSetup.idl b/offapi/com/sun/star/setup/XSetup.idl index ee46045be7c6..04c0d74ae946 100644 --- a/offapi/com/sun/star/setup/XSetup.idl +++ b/offapi/com/sun/star/setup/XSetup.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSetup.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:38 $ + * last change: $Author: ok $ $Date: 2001-05-08 11:42:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,6 +89,11 @@ interface XSetup: com::sun::star::uno::XInterface ModuleInfo getRootModule ( [in] VersionIdentifier aVerIdentifier ); // DocMerge: empty anyway + void setHiddenModule ( [in] VersionIdentifier aVerIdentifier, + [in] string strModuleID, + [in] boolean bHidden ); + + // DocMerge: empty anyway string getProductname ( [in] VersionIdentifier aVerIdentifier ); // DocMerge: empty anyway @@ -119,6 +124,10 @@ interface XSetup: com::sun::star::uno::XInterface [out] VersionIdentifier aNewVerIdentifier ); // DocMerge: empty anyway + boolean isModuleAvailable ( [in] VersionIdentifier aVerIdentifier, + [in] string strModuleID ); + + // DocMerge: empty anyway sequence < any > getActionListForInstall ( [in] VersionIdentifier aVerIdentifier, [in] VersionIdentifier aOldVerIdentifier, [in] InstallEnvironment aEnvironment, |