summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment/thePackageManagerFactory.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-06-11 10:51:51 +0000
committerKurt Zenker <kz@openoffice.org>2004-06-11 10:51:51 +0000
commit70d12e95fff5bafd23793bc610e5b55de8094326 (patch)
tree22c98e17099585b7fad7f65f1584bcaba51c3abc /offapi/com/sun/star/deployment/thePackageManagerFactory.idl
parenta65ec59d24fb8586388ddeb6857cd8bd7dc4eb3a (diff)
INTEGRATION: CWS unopkg2 (1.2.10); FILE MERGED
2004/05/06 16:03:47 dbo 1.2.10.1: #i20304# API revision Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'offapi/com/sun/star/deployment/thePackageManagerFactory.idl')
-rw-r--r--offapi/com/sun/star/deployment/thePackageManagerFactory.idl13
1 files changed, 5 insertions, 8 deletions
diff --git a/offapi/com/sun/star/deployment/thePackageManagerFactory.idl b/offapi/com/sun/star/deployment/thePackageManagerFactory.idl
index f16bddb70176..d867d6388ef7 100644
--- a/offapi/com/sun/star/deployment/thePackageManagerFactory.idl
+++ b/offapi/com/sun/star/deployment/thePackageManagerFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: thePackageManagerFactory.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-04-13 11:55:14 $
+ * last change: $Author: kz $ $Date: 2004-06-11 11:51:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,13 +62,13 @@
#if ! defined INCLUDED_com_sun_star_deployment_thePackageManagerFactory_idl
#define INCLUDED_com_sun_star_deployment_thePackageManagerFactory_idl
-#include <com/sun/star/deployment/PackageManagerFactory.idl>
+#include <com/sun/star/deployment/XPackageManagerFactory.idl>
module com { module sun { module star { module deployment {
/** <type>thePackageManagerFactory</type> denotes the one and only
- <type>PackageManagerFactory</type> object to be used.
+ <type>XPackageManagerFactory</type> object to be used.
<p>
The component context entry is
<code>
@@ -78,10 +78,7 @@ module com { module sun { module star { module deployment {
@since #i20304#
*/
-singleton thePackageManagerFactory
-{
- service PackageManagerFactory;
-};
+singleton thePackageManagerFactory : XPackageManagerFactory;
}; }; }; };