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
commit4f1d2242c964614d822e2b5eadf42d672f3dc870 (patch)
tree4c8a11876f7fbd1378cf8d44dfcb4fae391b01d4 /offapi/drafts
parent0bc6035a91a1eeabb2181ba6e792083f22fd63bb (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 2fdb9d224..c841d1665 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
{