summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment/LicenseIndividualAgreementException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/deployment/LicenseIndividualAgreementException.idl')
-rw-r--r--offapi/com/sun/star/deployment/LicenseIndividualAgreementException.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/offapi/com/sun/star/deployment/LicenseIndividualAgreementException.idl b/offapi/com/sun/star/deployment/LicenseIndividualAgreementException.idl
index 67b82664c03d..4239d14f075f 100644
--- a/offapi/com/sun/star/deployment/LicenseIndividualAgreementException.idl
+++ b/offapi/com/sun/star/deployment/LicenseIndividualAgreementException.idl
@@ -45,6 +45,13 @@ exception LicenseIndividualAgreementException : com::sun::star::uno::Exception
Contains the file name only.
*/
string ExtensionName;
+ /** indicates if the user can prevent to show the license
+
+ Represents the attribute value
+ /description/registration/simple-license/@suppress-if-required
+ from the description.xml
+ */
+ boolean SuppressIfRequired;
};
}; }; }; };