summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment/XPackageRegistry.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 12:43:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 12:43:51 +0000
commitf9609c4f04e7d1a1a2cf10721a0a376a0f79b80e (patch)
tree3d5b0d03c33be8b4c65b7e57b3c8dad887b40a1b /offapi/com/sun/star/deployment/XPackageRegistry.idl
parent37b6bc40486a943c602955f8625fa967f2294f27 (diff)
INTEGRATION: CWS jl13 (1.3.78); FILE MERGED
2004/10/21 11:53:04 jl 1.3.78.2: RESYNC: (1.3-1.4); FILE MERGED 2004/09/29 13:47:22 dbo 1.3.78.1: #i34555# shifting media-type etc. to new XPackageTypeInfo Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'offapi/com/sun/star/deployment/XPackageRegistry.idl')
-rw-r--r--offapi/com/sun/star/deployment/XPackageRegistry.idl14
1 files changed, 8 insertions, 6 deletions
diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl
index eebacdd77bc6..1fd9095f2459 100644
--- a/offapi/com/sun/star/deployment/XPackageRegistry.idl
+++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPackageRegistry.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-09-09 16:03:48 $
+ * last change: $Author: hr $ $Date: 2004-11-09 13:43:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,8 @@
#define INCLUDED_com_sun_star_deployment_XPackageRegistry_idl
#include <com/sun/star/deployment/XPackage.idl>
+#include <com/sun/star/deployment/XPackageTypeInfo.idl>
+#include <com/sun/star/beans/StringPair.idl>
module com { module sun { module star { module deployment {
@@ -73,7 +75,7 @@ module com { module sun { module star { module deployment {
*/
interface XPackageRegistry
{
- /** binds a package URL to a <type>Package</type> handle.
+ /** binds a package URL to a <type>XPackage</type> handle.
The returned UNO package handle ought to late-initialize itself,
thus the process of binding must not be an expensive operation, because
it is not abortable.
@@ -95,12 +97,12 @@ interface XPackageRegistry
com::sun::star::ucb::CommandFailedException,
com::sun::star::lang::IllegalArgumentException);
- /** gets the supported media types of this registry(backend).
+ /** gets the supported <type>XPackageTypeInfo</type>s.
@return
- supported media types
+ supported <type>XPackageTypeInfo</type>s.
*/
- sequence<string> getSupportedMediaTypes();
+ sequence<XPackageTypeInfo> getSupportedPackageTypes();
};
}; }; }; };