summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2001-02-12 14:53:18 +0000
committerKai Sommerfeld <kso@openoffice.org>2001-02-12 14:53:18 +0000
commit59894e0e1efe07a0348a1ffc61f726eaa0d9310e (patch)
tree5826d953b677dfcabe4315c7f9eb8db0926421e9 /offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
parentf071f455821a088386eb0da7a43f6ae0e76f889e (diff)
Updated/Reformatted documentation.
Diffstat (limited to 'offapi/com/sun/star/ucb/InteractiveCHAOSException.idl')
-rw-r--r--offapi/com/sun/star/ucb/InteractiveCHAOSException.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl b/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
index 90321cc7d9c2..bdff7dddc99a 100644
--- a/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InteractiveCHAOSException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-15 11:29:29 $
+ * last change: $Author: kso $ $Date: 2001-02-12 15:53:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,8 +78,8 @@ exception InteractiveCHAOSException: com::sun::star::task::ClassifiedInteraction
//-------------------------------------------------------------------------
/** The error ID.
- <p> For a 'dynamic' error (with extra textual arguments), this ID
- does not contain the 'dynamic bits'. </p>
+ <p>For a 'dynamic' error (with extra textual arguments), this ID
+ does not contain the 'dynamic bits'.
*/
long ID;
@@ -87,7 +87,7 @@ exception InteractiveCHAOSException: com::sun::star::task::ClassifiedInteraction
/** Any textual arguments of a 'dynamic' error (which will get merged into
the error message).
- <p>This sequence should contain at most two elements. </p>
+ <p>This sequence should contain at most two elements.
*/
sequence<string> Arguments;