summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XRecordableDispatch.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XRecordableDispatch.idl')
-rw-r--r--offapi/com/sun/star/frame/XRecordableDispatch.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XRecordableDispatch.idl b/offapi/com/sun/star/frame/XRecordableDispatch.idl
index e68d875b5c7c..8e5702e4f61d 100644
--- a/offapi/com/sun/star/frame/XRecordableDispatch.idl
+++ b/offapi/com/sun/star/frame/XRecordableDispatch.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/frame/XDispatchRecorder.idl>
#include <com/sun/star/util/URL.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** extends an existing <type>XDispatch</type> implementation with functionality
for dispatch recording
@@ -80,7 +78,6 @@
*/
published interface XRecordableDispatch: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** dispatch and record it
@param URL
@@ -100,7 +97,6 @@ published interface XRecordableDispatch: com::sun::star::uno::XInterface
[in] XDispatchRecorder Recorder);
};
-//=============================================================================
}; }; }; };