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.idl11
1 files changed, 1 insertions, 10 deletions
diff --git a/offapi/com/sun/star/frame/DispatchRecorder.idl b/offapi/com/sun/star/frame/DispatchRecorder.idl
index 499f5ba019e9..2038477adb94 100644
--- a/offapi/com/sun/star/frame/DispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/DispatchRecorder.idl
@@ -20,7 +20,6 @@
#define __com_sun_star_frame_DispatchRecorder_idl__
#include <com/sun/star/frame/XDispatchRecorder.idl>
-#include <com/sun/star/container/XIndexReplace.idl>
module com { module sun { module star { module frame {
@@ -42,15 +41,7 @@
@since OOo 1.1.2
*/
-published service DispatchRecorder
-{
- /** provides the record functionality and access on the generated code
- */
- interface com::sun::star::frame::XDispatchRecorder;
- /** provides replacement capability of recorded statements
- */
- interface com::sun::star::container::XIndexReplace;
-};
+published service DispatchRecorder : XDispatchRecorder;
}; }; }; };