summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl')
-rw-r--r--offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl b/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl
index 329874eb2a52..f619aed600e3 100644
--- a/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl
+++ b/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl
@@ -29,18 +29,18 @@ interface XPackage;
/**
indicates that <member>XPackageRegistry::bindPackage</member> was previously
called with a different value for the <code>removed</code> parameter and that
- the <type>XPackage</type> object created by that call still exist.
+ the XPackage object created by that call still exist.
@since OOo 3.3
*/
exception InvalidRemovedParameterException: com::sun::star::uno::Exception {
/** the value of the <code>removed</code> parameter which was used in
<member>XPackageRegistry::bindPackage</member> to create the currently
- existing <type>XPackage</type> object.
+ existing XPackage object.
*/
boolean PreviousValue;
/**
- the <type>XPackage</type> that was already bound to the provided
+ the XPackage that was already bound to the provided
<code>url</code> parameter during
<member>XPackageRegistry::bindPackage</member>.