summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XAdjustmentListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XAdjustmentListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XAdjustmentListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XAdjustmentListener.idl b/offapi/com/sun/star/awt/XAdjustmentListener.idl
index 02c2d600e4a7..a9057ba7ccc9 100644
--- a/offapi/com/sun/star/awt/XAdjustmentListener.idl
+++ b/offapi/com/sun/star/awt/XAdjustmentListener.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/awt/AdjustmentEvent.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** makes it possible to receive adjustment events.
*/
published interface XAdjustmentListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is invoked when the adjustment has changed.
*/
@@ -42,7 +39,6 @@ published interface XAdjustmentListener: com::sun::star::lang::XEventListener
};
-//=============================================================================
}; }; }; };