summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XStyleChangeListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XStyleChangeListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XStyleChangeListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XStyleChangeListener.idl b/offapi/com/sun/star/awt/XStyleChangeListener.idl
index 7ffba1e1bb03..87a113f206f8 100644
--- a/offapi/com/sun/star/awt/XStyleChangeListener.idl
+++ b/offapi/com/sun/star/awt/XStyleChangeListener.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/lang/XEventListener.idl>
-//==================================================================================================================
module com { module sun { module star { module awt {
-//==================================================================================================================
/** to be implemented by components which wish to be notified about changes in the style of a component
@@ -46,11 +44,9 @@ interface XStyleChangeListener : ::com::sun::star::lang::XEventListener
void styleSettingsChanged( [in] com::sun::star::lang::EventObject Event );
};
-//==================================================================================================================
}; }; }; };
-//==================================================================================================================
#endif