diff options
Diffstat (limited to 'offapi/drafts/com')
-rw-r--r-- | offapi/drafts/com/sun/star/form/XValueBinding.idl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/offapi/drafts/com/sun/star/form/XValueBinding.idl b/offapi/drafts/com/sun/star/form/XValueBinding.idl index 0769bc5c1f2f..cc389f769363 100644 --- a/offapi/drafts/com/sun/star/form/XValueBinding.idl +++ b/offapi/drafts/com/sun/star/form/XValueBinding.idl @@ -2,9 +2,9 @@ * * $RCSfile: XValueBinding.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2003-10-21 08:33:35 $ + * last change: $Author: rt $ $Date: 2004-04-02 10:43:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,6 +79,9 @@ module drafts { module com { module sun { module star { module form { //============================================================================= /** specifies a binding to a value which can be read and written. + + @deprecated + This interface is superseeded by <type scope="com::sun::star::form::binding">XValueBinding</type> */ interface XValueBinding : com::sun::star::uno::XInterface { |