summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/grid/XGridColumnListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/grid/XGridColumnListener.idl')
-rw-r--r--offapi/com/sun/star/awt/grid/XGridColumnListener.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/grid/XGridColumnListener.idl b/offapi/com/sun/star/awt/grid/XGridColumnListener.idl
index 1224f8c691a4..8824ad146fe3 100644
--- a/offapi/com/sun/star/awt/grid/XGridColumnListener.idl
+++ b/offapi/com/sun/star/awt/grid/XGridColumnListener.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/awt/grid/GridColumnEvent.idl>
#include <com/sun/star/lang/XEventListener.idl>
-//=============================================================================
module com { module sun { module star { module awt { module grid {
-//=============================================================================
/** An instance of this interface is used by the <type>XGridColumnModel</type> to
get notifications about column model changes.
@@ -48,7 +46,6 @@ interface XGridColumnListener : ::com::sun::star::lang::XEventListener
*/
void columnChanged( [in] GridColumnEvent event );
};
-//=============================================================================
}; }; }; }; };