From 37b6bc40486a943c602955f8625fa967f2294f27 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 9 Nov 2004 12:43:32 +0000 Subject: INTEGRATION: CWS jl13 (1.4.20); FILE MERGED 2004/10/21 11:52:47 jl 1.4.20.2: RESYNC: (1.4-1.5); FILE MERGED 2004/09/29 13:47:22 dbo 1.4.20.1: #i34555# shifting media-type etc. to new XPackageTypeInfo Issue number: Submitted by: Reviewed by: --- offapi/com/sun/star/deployment/XPackageManager.idl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun/star/deployment/XPackageManager.idl') diff --git a/offapi/com/sun/star/deployment/XPackageManager.idl b/offapi/com/sun/star/deployment/XPackageManager.idl index 95cd7692d163..9306d8ef0505 100644 --- a/offapi/com/sun/star/deployment/XPackageManager.idl +++ b/offapi/com/sun/star/deployment/XPackageManager.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPackageManager.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-09-09 16:03:21 $ + * last change: $Author: hr $ $Date: 2004-11-09 13:43:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,6 +66,7 @@ #include #include #include +#include #include #include #include @@ -115,6 +116,13 @@ interface XPackageManager */ string getContext(); + /** gets the supported XPackageTypeInfos. + + @return + supported XPackageTypeInfos. + */ + sequence getSupportedPackageTypes(); + /** creates a command channel to be used to asynchronously abort a command. @return -- cgit