summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/container/XNameContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/container/XNameContainer.idl')
-rw-r--r--udkapi/com/sun/star/container/XNameContainer.idl32
1 files changed, 4 insertions, 28 deletions
diff --git a/udkapi/com/sun/star/container/XNameContainer.idl b/udkapi/com/sun/star/container/XNameContainer.idl
index 9bd5e0b89..268af4bf0 100644
--- a/udkapi/com/sun/star/container/XNameContainer.idl
+++ b/udkapi/com/sun/star/container/XNameContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XNameContainer.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $
+ * last change: $Author: mi $ $Date: 2002-10-03 12:43:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,14 +81,12 @@
#include <com/sun/star/container/NoSuchElementException.idl>
#endif
-
//=============================================================================
- module com { module sun { module star { module container {
+module com { module sun { module star { module container {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::container::XNameContainer
/** This is the generic interface for supporting the insertion and removal of
named elements.
@@ -98,8 +96,7 @@ interface XNameContainer: com::sun::star::container::XNameReplace
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::container::XNameContainer::insertByName
- /** inserts the element at the specified name.
+ /** inserts the given element at the specified name.
*/
void insertByName( [in] string aName,
[in] any aElement )
@@ -109,7 +106,6 @@ interface XNameContainer: com::sun::star::container::XNameReplace
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::container::XNameContainer::removeByName
/** removes the element with the specified name.
*/
void removeByName( [in] string Name )
@@ -122,24 +118,4 @@ interface XNameContainer: com::sun::star::container::XNameReplace
}; }; }; };
-/*=============================================================================
-
- $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.3 2000/09/11 11:52:17 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:41 jsc
- new
-
-
-=============================================================================*/
#endif