diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-16 06:57:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-16 06:57:26 +0000 |
commit | 478407d418b4a59bb01a9783b2cd24694e53766f (patch) | |
tree | ed47e28a74dee516b27c42c25d8a039429989c00 /offapi/com/sun/star/script | |
parent | 1a784f6768595b62ce05076f22a2c93b90e24cc3 (diff) |
CWS-TOOLING: integrate CWS odbmacros3
Diffstat (limited to 'offapi/com/sun/star/script')
-rw-r--r-- | offapi/com/sun/star/script/provider/ScriptFrameworkErrorType.idl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/offapi/com/sun/star/script/provider/ScriptFrameworkErrorType.idl b/offapi/com/sun/star/script/provider/ScriptFrameworkErrorType.idl index 935a568fe1a4..50455dbaa784 100644 --- a/offapi/com/sun/star/script/provider/ScriptFrameworkErrorType.idl +++ b/offapi/com/sun/star/script/provider/ScriptFrameworkErrorType.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ScriptFrameworkErrorType.idl,v $ - * $Revision: 1.4 $ + * $Revision: 1.4.12.1 $ * * This file is part of OpenOffice.org. * @@ -45,9 +45,18 @@ constants ScriptFrameworkErrorType /** Unknown */ const long UNKNOWN = 0; + /** ProviderNotSupported */ const long NOTSUPPORTED = 1; + + /** the requested method, and/or with the requested signature, does not exist + */ + const long NO_SUCH_SCRIPT = 2; + + /** the requested method, with the requested signature, does not exist + */ + const long MALFORMED_URL = 3; }; //=========================================================================== |