diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 20:18:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 20:18:49 +0000 |
commit | 6c452e996899556989be7dbf7e26fb193feb6fb7 (patch) | |
tree | 7481bfe884a9252082d4401f515c64540a0ea9e7 /offapi/com/sun/star/packages/PackageFolderEnumeration.idl | |
parent | 103d15e38d26e0408d093c2f1cd6645eeb9225f6 (diff) |
INTEGRATION: CWS sb18 (1.2.440); FILE MERGED
2004/05/21 15:00:02 sb 1.2.440.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/packages/PackageFolderEnumeration.idl')
-rw-r--r-- | offapi/com/sun/star/packages/PackageFolderEnumeration.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/packages/PackageFolderEnumeration.idl b/offapi/com/sun/star/packages/PackageFolderEnumeration.idl index 2a99e7191..c1e9892ec 100644 --- a/offapi/com/sun/star/packages/PackageFolderEnumeration.idl +++ b/offapi/com/sun/star/packages/PackageFolderEnumeration.idl @@ -2,9 +2,9 @@ * * $RCSfile: PackageFolderEnumeration.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mtg $ $Date: 2001-04-05 18:36:41 $ + * last change: $Author: obo $ $Date: 2004-06-03 21:18:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ PackageFolder at the time of construction. It is the responsibility of the caller to ensure that any given member of the enumeration refers to a valid PackageStream or PackageFolder. */ -service PackageFolderEnumeration +published service PackageFolderEnumeration { interface com::sun::star::container::XEnumeration; }; |