summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment/LicenseException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/deployment/LicenseException.idl')
-rw-r--r--offapi/com/sun/star/deployment/LicenseException.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/deployment/LicenseException.idl b/offapi/com/sun/star/deployment/LicenseException.idl
index ac4396f6db43..4d3996da191b 100644
--- a/offapi/com/sun/star/deployment/LicenseException.idl
+++ b/offapi/com/sun/star/deployment/LicenseException.idl
@@ -47,6 +47,14 @@ exception LicenseException : com::sun::star::uno::Exception
/** contains the text of the license.
*/
string Text;
+
+ /** 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;
};
}; }; }; };