summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sdbc
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-02-15 10:24:00 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-02-15 10:24:00 +0100
commit8a34c54d33aa36fe82317315b97a3d69bf9e8aea (patch)
treede16a0cc0c524181ecbcc4218ca10bcf90ce3cd1 /offapi/com/sun/star/sdbc
parentautomated merge from dba33e (diff)
parentdba33f: #i53377# new event to get the changed bookmarks (diff)
downloadcore-8a34c54d33aa36fe82317315b97a3d69bf9e8aea.tar.gz
core-8a34c54d33aa36fe82317315b97a3d69bf9e8aea.zip
Automated merge with http://hg.services.openoffice.org/cws/dba33f
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-rw-r--r--offapi/com/sun/star/sdbc/XRowSetListener.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sdbc/XRowSetListener.idl b/offapi/com/sun/star/sdbc/XRowSetListener.idl
index 84022101661f..855f03bb3e9d 100644
--- a/offapi/com/sun/star/sdbc/XRowSetListener.idl
+++ b/offapi/com/sun/star/sdbc/XRowSetListener.idl
@@ -53,6 +53,8 @@ published interface XRowSetListener: com::sun::star::lang::XEventListener
/** is called when a row is inserted, updated, or deleted.
@param event
contains information about the event
+ @deprecated
+ @see com.sun.star.sdb.XRowsChangeListener
*/
[oneway] void rowChanged([in]com::sun::star::lang::EventObject event);
//-------------------------------------------------------------------------