summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/view/XSelectionChangeListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/XSelectionChangeListener.idl')
-rw-r--r--offapi/com/sun/star/view/XSelectionChangeListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/view/XSelectionChangeListener.idl b/offapi/com/sun/star/view/XSelectionChangeListener.idl
index 42280c3e5195..4eaf62677c0f 100644
--- a/offapi/com/sun/star/view/XSelectionChangeListener.idl
+++ b/offapi/com/sun/star/view/XSelectionChangeListener.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/lang/EventObject.idl>
-//=============================================================================
module com { module sun { module star { module view {
-//=============================================================================
/** makes it possible to receive an event when the current selection changes.
@@ -36,7 +34,6 @@ module com { module sun { module star { module view {
*/
published interface XSelectionChangeListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is called when the selection changes.
@@ -48,7 +45,6 @@ published interface XSelectionChangeListener: com::sun::star::lang::XEventListen
};
-//=============================================================================
}; }; }; };