summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XChangesNotifier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XChangesNotifier.idl')
-rw-r--r--offapi/com/sun/star/util/XChangesNotifier.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/util/XChangesNotifier.idl b/offapi/com/sun/star/util/XChangesNotifier.idl
index 65dc5d1c8a70..932a1e00e787 100644
--- a/offapi/com/sun/star/util/XChangesNotifier.idl
+++ b/offapi/com/sun/star/util/XChangesNotifier.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/util/XChangesListener.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** broadcasts events about multiple changes that occur in bulk.
@@ -44,19 +42,16 @@ module com { module sun { module star { module util {
*/
published interface XChangesNotifier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** adds the specified listener to receive events when changes occurred.
*/
[oneway] void addChangesListener( [in] com::sun::star::util::XChangesListener aListener );
- //-------------------------------------------------------------------------
/** removes the specified listener.
*/
[oneway] void removeChangesListener( [in] com::sun::star::util::XChangesListener aListener );
};
-//=============================================================================
}; }; }; };