summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 07:07:42 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 07:07:42 +0000
commit26442db253e2b2f4e76036e2818e4faaab48fa03 (patch)
tree3b8ece8199095d8e8def096983fb19656864a788 /offapi/com/sun/star/deployment
parent8215a0ccb34ce09a9fe40b0f138e46905e3ffdb7 (diff)
INTEGRATION: CWS extmgrui03 (1.12.64); FILE MERGED
2008/05/28 12:17:32 dv 1.12.64.1: #i90052# Add getPublisherInfo
Diffstat (limited to 'offapi/com/sun/star/deployment')
-rw-r--r--offapi/com/sun/star/deployment/XPackage.idl14
1 files changed, 13 insertions, 1 deletions
diff --git a/offapi/com/sun/star/deployment/XPackage.idl b/offapi/com/sun/star/deployment/XPackage.idl
index 8b8fe9dd6286..4518bba7b088 100644
--- a/offapi/com/sun/star/deployment/XPackage.idl
+++ b/offapi/com/sun/star/deployment/XPackage.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: XPackage.idl,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -37,6 +37,7 @@
#include <com/sun/star/ucb/XCommandEnvironment.idl>
#include <com/sun/star/beans/Optional.idl>
#include <com/sun/star/beans/Ambiguous.idl>
+#include <com/sun/star/beans/StringPair.idl>
#include <com/sun/star/deployment/DeploymentException.idl>
#include <com/sun/star/deployment/XPackageTypeInfo.idl>
#include <com/sun/star/ucb/CommandFailedException.idl>
@@ -242,6 +243,17 @@ interface XPackage
*/
sequence<string> getUpdateInformationURLs();
+ /** returns the publisher info for a package, the strings
+ might be empty, if there are no publisher
+
+ <type scope="::com::sun::star::beans">StringPair</type>::First
+ represents the publisher name and
+ <type scope="::com::sun::star::beans">StringPair</type>::Second
+ represents the URL to the publisher.
+ */
+
+ ::com::sun::star::beans::StringPair getPublisherInfo();
+
/** returns the <type>XPackageTypeInfo</type>, e.g. media-type etc.
@return