summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/UnknownPropertyException.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-11 15:09:49 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-11 15:09:49 +0000
commit9e4cadbdd8c5c7ceb8563ce2966af193fe1e172f (patch)
tree1d630ebced6bff4c203877150a87bb5bca693a23 /udkapi/com/sun/star/beans/UnknownPropertyException.idl
parentb08282d705433b98a1657169d9596e9b0af0f244 (diff)
documentation syntax fixed and some minor semantic documentation fixes
Diffstat (limited to 'udkapi/com/sun/star/beans/UnknownPropertyException.idl')
-rw-r--r--udkapi/com/sun/star/beans/UnknownPropertyException.idl11
1 files changed, 8 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/UnknownPropertyException.idl b/udkapi/com/sun/star/beans/UnknownPropertyException.idl
index 32973393a11a..0581ec872668 100644
--- a/udkapi/com/sun/star/beans/UnknownPropertyException.idl
+++ b/udkapi/com/sun/star/beans/UnknownPropertyException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnknownPropertyException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:20 $
+ * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,9 @@
// DocMerge from xml: exception com::sun::star::beans::UnknownPropertyException
/** This exception is thrown to indicate that the property is unknown to
- the implementation.@see XPropertySet
+ the implementation.
+
+ @see XPropertySet
*/
exception UnknownPropertyException: com::sun::star::uno::Exception
{
@@ -87,6 +89,9 @@ exception UnknownPropertyException: com::sun::star::uno::Exception
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:20 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:34:56 hjs
initial import