summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/DispatchRecorder.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/DispatchRecorder.idl')
-rw-r--r--offapi/com/sun/star/frame/DispatchRecorder.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/DispatchRecorder.idl b/offapi/com/sun/star/frame/DispatchRecorder.idl
index e002fa55ce36..e20711de8d6c 100644
--- a/offapi/com/sun/star/frame/DispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/DispatchRecorder.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/frame/XDispatchRecorder.idl>
#include <com/sun/star/container/XIndexReplace.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** provides functionality to record <member>XDispatch::dispatch()</member> requests
<p>
@@ -55,7 +53,6 @@
*/
published service DispatchRecorder
{
- //-------------------------------------------------------------------------
/** provides the record functionality and access on the generated code
*/
interface com::sun::star::frame::XDispatchRecorder;
@@ -64,7 +61,6 @@ published service DispatchRecorder
interface com::sun::star::container::XIndexReplace;
};
-//=============================================================================
}; }; }; };