summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame/ContentHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/ContentHandler.idl')
-rw-r--r--offapi/com/sun/star/frame/ContentHandler.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/ContentHandler.idl b/offapi/com/sun/star/frame/ContentHandler.idl
index bd1a8b2566e4..4b22a915b944 100644
--- a/offapi/com/sun/star/frame/ContentHandler.idl
+++ b/offapi/com/sun/star/frame/ContentHandler.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/frame/XNotifyingDispatch.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** special dispatcher for non visible contents, e.g. sounds
<p>
@@ -49,7 +47,6 @@ module com { module sun { module star { module frame {
*/
published service ContentHandler
{
- //-------------------------------------------------------------------------
/** provides handling of dispatches with defined result state
<p>
@@ -62,7 +59,6 @@ published service ContentHandler
interface XNotifyingDispatch;
};
-//=============================================================================
}; }; }; };