summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/InterruptReason.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-16 14:10:40 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-16 14:10:40 +0000
commitc8029aa80ea240c5ce992ceccdb71058295fa3ee (patch)
treef461aad059cd29254bb87a68590d2ffbfc0f17f7 /udkapi/com/sun/star/script/InterruptReason.idl
parent1f985821e1eba21d1ccb6dd2251beb731fc34d5a (diff)
proofing by Richard Holt
Diffstat (limited to 'udkapi/com/sun/star/script/InterruptReason.idl')
-rw-r--r--udkapi/com/sun/star/script/InterruptReason.idl11
1 files changed, 7 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/script/InterruptReason.idl b/udkapi/com/sun/star/script/InterruptReason.idl
index 283431862cdc..28fa87801f6b 100644
--- a/udkapi/com/sun/star/script/InterruptReason.idl
+++ b/udkapi/com/sun/star/script/InterruptReason.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InterruptReason.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ enum InterruptReason
// DOCUMENTATION CHANGED FOR InterruptReason:: Cancel,
// DocMerge from xml: value com::sun::star::script::InterruptReason::Cancel
- /** script excution was cancelled.
+ /** script execution was cancelled.
*/
Cancel,
@@ -86,7 +86,7 @@ enum InterruptReason
// DOCUMENTATION CHANGED FOR InterruptReason:: RuntimeError,
// DocMerge from xml: value com::sun::star::script::InterruptReason::RuntimeError
- /** runtime error occur during script excution.
+ /** runtime error occurred during script execution.
*/
RuntimeError,
@@ -147,6 +147,9 @@ enum InterruptReason
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:52 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:35 hjs
initial import