summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/NoSupportException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/NoSupportException.idl')
-rw-r--r--udkapi/com/sun/star/lang/NoSupportException.idl17
1 files changed, 9 insertions, 8 deletions
diff --git a/udkapi/com/sun/star/lang/NoSupportException.idl b/udkapi/com/sun/star/lang/NoSupportException.idl
index 03a040ee57a5..36cea55c8ba8 100644
--- a/udkapi/com/sun/star/lang/NoSupportException.idl
+++ b/udkapi/com/sun/star/lang/NoSupportException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NoSupportException.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,13 +76,11 @@
/** This exception is thrown when a method of an interface is not
supported.
-
-
<p>An example is a <code>setParent(...)</code> method and the object
- does not allow the change.
+ does not allow the change. </p>
- </p>@see XEnumeration
- @see XContent#setParent()
+ @see XEnumeration
+ @see XContent::setParent()
*/
exception NoSupportException: com::sun::star::uno::Exception
{
@@ -95,6 +93,9 @@ exception NoSupportException: 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