summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XDynamicResultSetListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XDynamicResultSetListener.idl')
-rw-r--r--offapi/com/sun/star/ucb/XDynamicResultSetListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XDynamicResultSetListener.idl b/offapi/com/sun/star/ucb/XDynamicResultSetListener.idl
index 497754ecb1a8..e06e107aa7bb 100644
--- a/offapi/com/sun/star/ucb/XDynamicResultSetListener.idl
+++ b/offapi/com/sun/star/ucb/XDynamicResultSetListener.idl
@@ -22,17 +22,14 @@
#include <com/sun/star/lang/XEventListener.idl>
#include <com/sun/star/ucb/ListEvent.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** used to receive notifications from an <type>XDynamicResultSet</type>.
*/
published interface XDynamicResultSetListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** A method used to propagate changes of a result set.
<p>In the first notify-call the listener gets two(!)
@@ -60,7 +57,6 @@ published interface XDynamicResultSetListener: com::sun::star::lang::XEventListe
void notify( [in] ListEvent Changes );
};
-//=============================================================================
}; }; }; };