summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/container/XEnumeration.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 14:37:17 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 14:37:17 +0000
commit3789df20f538169d0444fb74ed336ef283d3d9ca (patch)
tree2dcbc3b8baf1fc0b52496696e9457c5ea509f01d /udkapi/com/sun/star/container/XEnumeration.idl
parent72caa2af539bb9f640b4ab82f957fbd454035cc8 (diff)
INTEGRATION: CWS sb18 (1.9.100); FILE MERGED
2004/05/21 15:09:24 sb 1.9.100.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/container/XEnumeration.idl')
-rw-r--r--udkapi/com/sun/star/container/XEnumeration.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/container/XEnumeration.idl b/udkapi/com/sun/star/container/XEnumeration.idl
index 8e103524aea1..51f656b9251e 100644
--- a/udkapi/com/sun/star/container/XEnumeration.idl
+++ b/udkapi/com/sun/star/container/XEnumeration.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XEnumeration.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:34:59 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:37:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ module com { module sun { module star { module container {
<p> If the object changed, the behavior of the enumeration is
not specified. This is not a remote interface. </p>
*/
-interface XEnumeration: com::sun::star::uno::XInterface
+published interface XEnumeration: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------