summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XRowSetChangeListener.idl')
-rw-r--r--offapi/com/sun/star/sdb/XRowSetChangeListener.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/XRowSetChangeListener.idl b/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
index 37e04c5cf69e..24b076087070 100644
--- a/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
+++ b/offapi/com/sun/star/sdb/XRowSetChangeListener.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module sdb {
/** is implemented by components which want to be notified when the <code>RowSet</code> supplied
- by a <type>XRowSetSupplier</type> changes.
+ by a XRowSetSupplier changes.
@see XRowSetChangeBroadcaster
@see XRowSetSupplier
@@ -35,7 +35,7 @@ module com { module sun { module star { module sdb {
*/
interface XRowSetChangeListener : ::com::sun::star::lang::XEventListener
{
- /** notifies the listener that the <code>RowSet</code> associated with a <type>XRowSetSupplier</type>
+ /** notifies the listener that the <code>RowSet</code> associated with a XRowSetSupplier
has changed.
*/
void onRowSetChanged( [in] ::com::sun::star::lang::EventObject i_Event );