summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XControlNotificationListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XControlNotificationListener.idl')
-rw-r--r--offapi/com/sun/star/frame/XControlNotificationListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XControlNotificationListener.idl b/offapi/com/sun/star/frame/XControlNotificationListener.idl
index 158d73e3af23..c098001bb25d 100644
--- a/offapi/com/sun/star/frame/XControlNotificationListener.idl
+++ b/offapi/com/sun/star/frame/XControlNotificationListener.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/frame/ControlEvent.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** Must be implemented by dispatch objects which want to get
notifications about control events.
@@ -44,7 +42,6 @@ module com { module sun { module star { module frame {
*/
interface XControlNotificationListener : com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** notifies that a control event has happened
@param Event
@@ -54,7 +51,6 @@ interface XControlNotificationListener : com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };