summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/deployment
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-02-05 18:10:58 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-05 18:11:14 +0100
commit20491c664a5708f68b7dc58a43ed6e4f78cb52bf (patch)
treef2ec9c9d97cb0cdeb09debc5ca661e5af115c7a2 /offapi/com/sun/star/deployment
parentnitpick, mention function name in assert (diff)
downloadcore-20491c664a5708f68b7dc58a43ed6e4f78cb52bf.tar.gz
core-20491c664a5708f68b7dc58a43ed6e4f78cb52bf.zip
offapi: fix some doxygen warnings
Change-Id: I55d5c2729a23bfdf079480f4d3adc41e9d8e03f2
Diffstat (limited to 'offapi/com/sun/star/deployment')
-rw-r--r--offapi/com/sun/star/deployment/XPackage.idl5
1 files changed, 4 insertions, 1 deletions
diff --git a/offapi/com/sun/star/deployment/XPackage.idl b/offapi/com/sun/star/deployment/XPackage.idl
index 557a730bc51c..825e66082790 100644
--- a/offapi/com/sun/star/deployment/XPackage.idl
+++ b/offapi/com/sun/star/deployment/XPackage.idl
@@ -69,6 +69,9 @@ interface XPackage
After return of this function no code from the extension may be used
anymore, so that the extension can be safely removed from the hard disk.
+ @param xAbortChannel
+ abort channel to asynchronously abort the registration process,
+ or `NULL`
@param xCmdEnv
command environment for error handling and other interaction.
@param alreadyInstalled
@@ -76,7 +79,7 @@ interface XPackage
@return
`NULL` - all prerequisites are met. Otherwise, a value from
- #Prerequisites indicating what prerequisites are missing.
+ Prerequisites indicating what prerequisites are missing.
*/
long checkPrerequisites(
[in] com::sun::star::task::XAbortChannel xAbortChannel,