From 9cf6c5592989c25126b004fe4cdecb86ce49bd5c Mon Sep 17 00:00:00 2001 From: Dirk Voelzke Date: Tue, 28 Sep 2010 10:03:56 +0200 Subject: #dv22#i114788# Add 'show license' to extension popup menu --- offapi/com/sun/star/deployment/XPackage.idl | 8 ++++++++ 1 file changed, 8 insertions(+) mode change 100644 => 100755 offapi/com/sun/star/deployment/XPackage.idl (limited to 'offapi/com/sun/star/deployment') diff --git a/offapi/com/sun/star/deployment/XPackage.idl b/offapi/com/sun/star/deployment/XPackage.idl old mode 100644 new mode 100755 index 9709b579bc2e..a6a2f6adf851 --- a/offapi/com/sun/star/deployment/XPackage.idl +++ b/offapi/com/sun/star/deployment/XPackage.idl @@ -262,6 +262,14 @@ interface XPackage string getDescription() raises (ExtensionRemovedException); + /** returns a string containing the license text. + + @return + license + */ + string getLicenseText() + raises (ExtensionRemovedException); + /** returns a sequence of update information URLs. The sequence may be empty in case no update information is available. -- cgit