summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/container/XComponentEnumeration.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/container/XComponentEnumeration.idl')
-rw-r--r--udkapi/com/sun/star/container/XComponentEnumeration.idl37
1 files changed, 3 insertions, 34 deletions
diff --git a/udkapi/com/sun/star/container/XComponentEnumeration.idl b/udkapi/com/sun/star/container/XComponentEnumeration.idl
index 739fbcc77..9cc4f6b31 100644
--- a/udkapi/com/sun/star/container/XComponentEnumeration.idl
+++ b/udkapi/com/sun/star/container/XComponentEnumeration.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XComponentEnumeration.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:34 $
+ * last change: $Author: mi $ $Date: 2002-10-03 12:43:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,18 +76,16 @@
//=============================================================================
- module com { module sun { module star { module container {
+module com { module sun { module star { module container {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::container::XComponentEnumeration
/** provides a typified enumeration through components.
*/
interface XComponentEnumeration: com::sun::star::container::XEnumeration
{
//-------------------------------------------------------------------------
- // DocMerge from idl: method com::sun::star::container::XComponentEnumeration::nextComponent
/** @returns
the next component of this enumeration.
@@ -103,33 +101,4 @@ interface XComponentEnumeration: com::sun::star::container::XEnumeration
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2000/12/11 16:09:45 mi
- documentation syntax fixed and some minor semantic documentation fixes
-
- Revision 1.4 2000/11/08 12:28:31 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:04 hjs
- initial import
-
- Revision 1.6 2000/09/11 11:52:17 mi
- documentation merged from XML
-
- Revision 1.4 2000/01/31 11:02:36 mi
- #72484# UIKs were not unique
-
- Revision 1.3 2000/01/28 12:24:20 jsc
- #72382# same Uik as XIdlClass
-
- Revision 1.2 1999/11/18 11:49:55 mi
- XComponent now in module lang
-
- Revision 1.1.1.1 1999/11/11 09:48:41 jsc
- new
-
-
-=============================================================================*/
#endif