summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame/XStatusListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XStatusListener.idl')
-rw-r--r--offapi/com/sun/star/frame/XStatusListener.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XStatusListener.idl b/offapi/com/sun/star/frame/XStatusListener.idl
index 61042632e20e..5604f8f8cc67 100644
--- a/offapi/com/sun/star/frame/XStatusListener.idl
+++ b/offapi/com/sun/star/frame/XStatusListener.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/frame/FeatureStateEvent.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** makes it possible to receive events when the state of a feature changes.
<p>
@@ -41,7 +39,6 @@
*/
published interface XStatusListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is called when the status of the feature changes.
@param State
@@ -50,7 +47,6 @@ published interface XStatusListener: com::sun::star::lang::XEventListener
[oneway] void statusChanged( [in] FeatureStateEvent State );
};
-//=============================================================================
}; }; }; };