summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XFlushListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XFlushListener.idl')
-rw-r--r--offapi/com/sun/star/util/XFlushListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/XFlushListener.idl b/offapi/com/sun/star/util/XFlushListener.idl
index 746a31dc818a..9259f52eba84 100644
--- a/offapi/com/sun/star/util/XFlushListener.idl
+++ b/offapi/com/sun/star/util/XFlushListener.idl
@@ -24,24 +24,20 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** makes it possible to receive <em>flushed</em> events.
*/
published interface XFlushListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is called when the object data is flushed.
*/
void flushed( [in] com::sun::star::lang::EventObject rEvent );
};
-//=============================================================================
}; }; }; };