summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-12-17 16:42:38 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-12-17 16:42:38 +0100
commit8864461d266e7fd09dd2a91b5791500001df264c (patch)
treeef6ad61d7330aec63538101b3c930249b216c699
parentd7d711cb7bf719425be7d597bc11998086312ee2 (diff)
parentee63decfae7a84a68b2c2c1715fb6e38cf88dd15 (diff)
CWS-TOOLING: integrate CWS dv22
-rwxr-xr-x[-rw-r--r--]offapi/com/sun/star/deployment/XPackage.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/deployment/XPackage.idl b/offapi/com/sun/star/deployment/XPackage.idl
index 920b27426..f93c8de99 100644..100755
--- 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.