summaryrefslogtreecommitdiff
path: root/offapi/drafts
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/drafts')
-rw-r--r--offapi/drafts/com/sun/star/form/XListEntryListener.idl7
-rw-r--r--offapi/drafts/com/sun/star/form/XListEntrySink.idl7
-rw-r--r--offapi/drafts/com/sun/star/form/XListEntrySource.idl7
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
{