summaryrefslogtreecommitdiff
path: root/offapi/drafts
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-04-02 09:41:59 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-04-02 09:41:59 +0000
commit88c95d61e0afceab288b59e353f3fd14f3467e11 (patch)
treec96cbd28801c0870e4b24c23bb30e5ba66783d94 /offapi/drafts
parente3d4a3ffd6017092c74fdad12df7e4fa106d4d6c (diff)
INTEGRATION: CWS frmvalidation (1.3.130); FILE MERGED
2004/03/11 16:14:25 fs 1.3.130.1: deprecated - moved to css.form.binding
Diffstat (limited to 'offapi/drafts')
-rw-r--r--offapi/drafts/com/sun/star/form/IncompatibleTypesException.idl7
1 files changed, 5 insertions, 2 deletions
diff --git a/offapi/drafts/com/sun/star/form/IncompatibleTypesException.idl b/offapi/drafts/com/sun/star/form/IncompatibleTypesException.idl
index 2fdb9d224809..c841d166518b 100644
--- a/offapi/drafts/com/sun/star/form/IncompatibleTypesException.idl
+++ b/offapi/drafts/com/sun/star/form/IncompatibleTypesException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: IncompatibleTypesException.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2003-10-21 08:32:13 $
+ * last change: $Author: rt $ $Date: 2004-04-02 10:41:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,6 +74,9 @@ module drafts { module com { module sun { module star { module form {
/** thrown to indicate that the types of an <type>XValueBinding</type> and
an <type>XBindableValue</type> are incompatible
+
+ @deprecated
+ This exception is superseeded by <type scope="com::sun::star::form::binding">IncompatibleTypesException</type>
*/
exception IncompatibleTypesException: com::sun::star::uno::Exception
{