summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 15:38:48 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 15:38:48 +0000
commit3b68d94f9a6a1d6b56460e48c4df5af3d3f32314 (patch)
tree1faa1bfaa5915143e9b854bf70633ed65273735e /offapi/com/sun/star/deployment
parent1d8860973c89b261678be74eef9495982b8c4b50 (diff)
INTEGRATION: CWS odbmacros2 (1.6.430); FILE MERGED
2008/01/30 07:28:22 fs 1.6.430.1: proper @throws clause (@throw is neither recognized nor warned about by autodoc)
Diffstat (limited to 'offapi/com/sun/star/deployment')
-rw-r--r--offapi/com/sun/star/deployment/XPackageManagerFactory.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/deployment/XPackageManagerFactory.idl b/offapi/com/sun/star/deployment/XPackageManagerFactory.idl
index 732accf7aea8..04b9ca016663 100644
--- a/offapi/com/sun/star/deployment/XPackageManagerFactory.idl
+++ b/offapi/com/sun/star/deployment/XPackageManagerFactory.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: XPackageManagerFactory.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 22:58:49 $
+ * last change: $Author: kz $ $Date: 2008-03-06 16:38:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -94,8 +94,8 @@ interface XPackageManagerFactory
</ul>
@return
<type>XPackageManager</type> object
- @throw <type scope="com::sun::star::lang">
- IllegalArgumentException</type> in case of an invalid context
+ @throws ::com::sun::star::lang::IllegalArgumentException
+ in case of an invalid context
*/
XPackageManager getPackageManager( [in] string context )
raises (com::sun::star::lang::IllegalArgumentException);