summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/script/FailReason.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-16 14:09:06 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-16 14:09:06 +0000
commit1f985821e1eba21d1ccb6dd2251beb731fc34d5a (patch)
tree130397c3b601e48c9a725af5bd9aad7ce68bd0f5 /udkapi/com/sun/star/script/FailReason.idl
parent2326dd85aeb762216674f1b8e2ba3cdba48dbecf (diff)
proofing by Richard Holt
Diffstat (limited to 'udkapi/com/sun/star/script/FailReason.idl')
-rw-r--r--udkapi/com/sun/star/script/FailReason.idl15
1 files changed, 10 insertions, 5 deletions
diff --git a/udkapi/com/sun/star/script/FailReason.idl b/udkapi/com/sun/star/script/FailReason.idl
index 234d62d74a26..31b85a6230fd 100644
--- a/udkapi/com/sun/star/script/FailReason.idl
+++ b/udkapi/com/sun/star/script/FailReason.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FailReason.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
@@ -77,7 +77,7 @@ constants FailReason
// DOCUMENTATION CHANGED FOR constants::1
// DocMerge from idl: value com::sun::star::script::FailReason::OUT_OF_RANGE
- /** The given value fits not in the range of destination type.
+ /** The given value does not fit in the range of the destination type.
*/
const long OUT_OF_RANGE = 1;
@@ -94,6 +94,7 @@ constants FailReason
// DocMerge from idl: value com::sun::star::script::FailReason::IS_NOT_ENUM
/** The given value cannot be converted to an enumeration.
+<!-- jrh: should this be "The given value is not an enumeration."? -->
*/
const long IS_NOT_ENUM = 3;
@@ -102,6 +103,7 @@ constants FailReason
// DocMerge from idl: value com::sun::star::script::FailReason::IS_NOT_BOOL
/** The given value cannot be converted to a boolean.
+<!-- jrh: should this be "The given value is not a boolean."? -->
*/
const long IS_NOT_BOOL = 4;
@@ -117,7 +119,7 @@ constants FailReason
// DOCUMENTATION CHANGED FOR constants::6
// DocMerge from idl: value com::sun::star::script::FailReason::SOURCE_IS_NO_DERIVED_TYPE
- /** The given value cannot be converted right structure or exception type.
+ /** The given value cannot be converted to right structure or exception type.
*/
const long SOURCE_IS_NO_DERIVED_TYPE = 6;
@@ -133,7 +135,7 @@ constants FailReason
// DOCUMENTATION CHANGED FOR constants::8
// DocMerge from idl: value com::sun::star::script::FailReason::INVALID
- /** The given value cannot be converted and no one of the other reasons match.
+ /** The given value cannot be converted and none of the other reasons match.
*/
const long INVALID = 8;
@@ -162,6 +164,9 @@ constants FailReason
/*=============================================================================
$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