summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-02-22 14:55:20 +0200
committerNoel Grandin <noel@peralex.com>2013-03-04 14:22:33 +0200
commit89d4ecc16e7e9501f357a26de50b3318d24446f3 (patch)
tree1f62de9516904ef8eac2612cdf7c77610dedc0a4 /offapi
parent4633b07bed7d71d1ab9d7fa30d979f054043958b (diff)
fdo#46808, Convert frame::DispatchRecorder to new style
API CHANGE: dropped the XIndexReplace interface because no-one is using it. Change-Id: Iad77af588a070b22f2fce007a6ec4641758997a8
Diffstat (limited to 'offapi')
-rw-r--r--offapi/UnoApi_offapi.mk2
-rw-r--r--offapi/com/sun/star/frame/DispatchRecorder.idl11
-rw-r--r--offapi/type_reference/types.rdbbin7439872 -> 7439872 bytes
3 files changed, 2 insertions, 11 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index 3f2f28782539..81968bbae7bd 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -149,6 +149,7 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/frame,\
AutoRecovery \
Desktop \
DispatchHelper \
+ DispatchRecorder \
DispatchRecorderSupplier \
DocumentTemplates \
GlobalEventBroadcaster \
@@ -872,7 +873,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/frame,\
DesktopTask \
DesktopTasks \
DispatchProvider \
- DispatchRecorder \
Frame \
FrameControl \
FrameLoader \
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;
}; }; }; };
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index ff334d8332de..5c4c99cee576 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ