summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-13 14:47:01 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-13 14:47:01 +0000
commit3f4030694d39fb4e7ff31f76ac90c62cc82bae18 (patch)
tree58f86cd9f1ce75f93472322d87e3c8ec00627b3c /udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
parent09798332e263fc942bc03d90333938c29c2d7b93 (diff)
symtactical documentation and minor semantic documentation flaws fixed
Diffstat (limited to 'udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl')
-rw-r--r--udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl11
1 files changed, 6 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl b/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
index 1a1cbf68c820..5f593abe1419 100644
--- a/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
+++ b/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: IndexOutOfBoundsException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:41 $
+ * last change: $Author: mi $ $Date: 2000-12-13 15:47:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,7 @@
//=============================================================================
- module com { module sun { module star { module lang {
+module com { module sun { module star { module lang {
//=============================================================================
@@ -76,8 +76,6 @@
/** This exception is thrown to indicate that a container has been
accessed with an illegal index.
-
-
<p>The index is either negative or greater than or equal to
the count of the elements. </p>
*/
@@ -92,6 +90,9 @@ exception IndexOutOfBoundsException: com::sun::star::uno::Exception
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:24 hjs
initial import