diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-04-02 09:43:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-04-02 09:43:29 +0000 |
commit | 76d4942d056a56f9540858064114d3a7dfeecf7b (patch) | |
tree | 39b3ab69558927a7ccf7069e0cba6c9308a2969d /offapi/drafts | |
parent | 6c8fdb45c36a702fc6cd76bb6f5286932c0c8b52 (diff) |
INTEGRATION: CWS frmvalidation (1.2.130); FILE MERGED
2004/03/11 16:27:19 fs 1.2.130.1: deprecated - moved to css.form.binding
Diffstat (limited to 'offapi/drafts')
-rw-r--r-- | offapi/drafts/com/sun/star/form/XListEntryListener.idl | 7 | ||||
-rw-r--r-- | offapi/drafts/com/sun/star/form/XListEntrySink.idl | 7 | ||||
-rw-r--r-- | offapi/drafts/com/sun/star/form/XListEntrySource.idl | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/offapi/drafts/com/sun/star/form/XListEntryListener.idl b/offapi/drafts/com/sun/star/form/XListEntryListener.idl index 2959276fff64..1d6dacdbd485 100644 --- a/offapi/drafts/com/sun/star/form/XListEntryListener.idl +++ b/offapi/drafts/com/sun/star/form/XListEntryListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XListEntryListener.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2003-10-21 08:33:05 $ + * last change: $Author: rt $ $Date: 2004-04-02 10:43:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,6 +76,9 @@ module drafts { module com { module sun { module star { module form { //============================================================================= /** specifies a listener for changes in a string entry list + + @deprecated + This interface is superseeded by <type scope="com::sun::star::form::binding">XListEntryListener</type> */ interface XListEntryListener : com::sun::star::lang::XEventListener { diff --git a/offapi/drafts/com/sun/star/form/XListEntrySink.idl b/offapi/drafts/com/sun/star/form/XListEntrySink.idl index d0671cde4302..c7f7ac26acc1 100644 --- a/offapi/drafts/com/sun/star/form/XListEntrySink.idl +++ b/offapi/drafts/com/sun/star/form/XListEntrySink.idl @@ -2,9 +2,9 @@ * * $RCSfile: XListEntrySink.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2003-10-21 08:33:14 $ + * last change: $Author: rt $ $Date: 2004-04-02 10:43:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,6 +75,9 @@ interface XListEntrySource; //============================================================================= /** specifies support for indirect manipulation of of a string list + + @deprecated + This interface is superseeded by <type scope="com::sun::star::form::binding">XListEntrySink</type> */ interface XListEntrySink : com::sun::star::uno::XInterface { diff --git a/offapi/drafts/com/sun/star/form/XListEntrySource.idl b/offapi/drafts/com/sun/star/form/XListEntrySource.idl index f7859db34548..db8569b788e4 100644 --- a/offapi/drafts/com/sun/star/form/XListEntrySource.idl +++ b/offapi/drafts/com/sun/star/form/XListEntrySource.idl @@ -2,9 +2,9 @@ * * $RCSfile: XListEntrySource.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2003-10-21 08:33:24 $ + * last change: $Author: rt $ $Date: 2004-04-02 10:43:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,6 +86,9 @@ interface XListEntryListener; as well as components which want to passively being notified of changes in the list.</p> @see XListEntrySink + + @deprecated + This interface is superseeded by <type scope="com::sun::star::form::binding">XListEntrySource</type> */ interface XListEntrySource : com::sun::star::uno::XInterface { |