diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-04-02 09:43:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-04-02 09:43:41 +0000 |
commit | ef3bc1f3fc2c9aa7cea18a0f47ace345946277d6 (patch) | |
tree | 8c2f788842b2b93ebb61b0c5f2361dab861c5ef3 /offapi/drafts/com | |
parent | 76d4942d056a56f9540858064114d3a7dfeecf7b (diff) |
INTEGRATION: CWS frmvalidation (1.3.130); FILE MERGED
2004/03/11 16:27:20 fs 1.3.130.1: deprecated - moved to css.form.binding
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 { |