summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment/VersionException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/deployment/VersionException.idl')
-rw-r--r--offapi/com/sun/star/deployment/VersionException.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/offapi/com/sun/star/deployment/VersionException.idl b/offapi/com/sun/star/deployment/VersionException.idl
index 74683adab7a0..2d69c918c3a2 100644
--- a/offapi/com/sun/star/deployment/VersionException.idl
+++ b/offapi/com/sun/star/deployment/VersionException.idl
@@ -44,11 +44,13 @@ interface XPackage;
*/
exception VersionException: com::sun::star::uno::Exception {
/**
- represents the new version of the deployment unit.
-
- <p>Must not be <NULL/>.</p>
+ the version of the extension which is being installed.
+ */
+ string NewVersion;
+ /**
+ the display name of the extension which is being installed.
*/
- XPackage New;
+ string NewDisplayName;
/**
represents the already installed version of the deployment unit.