diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-13 23:38:13 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-07-15 01:26:22 +0300 |
commit | 489af4ed790a233c94051d2f08e51d7c44ddba37 (patch) | |
tree | bc14552c25ac019f215f14193edf019d7ef0f68e /sw/sdi | |
parent | dac1be92f22197c9e144ef36963547c46d12e77d (diff) |
Convert insert buttons to the generic controller
Change-Id: If7c6c1c5000893fca4205162526b4b4035637c11
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_viewsh.sdi | 4 | ||||
-rw-r--r-- | sw/sdi/swriter.sdi | 4 | ||||
-rw-r--r-- | sw/sdi/viewsh.sdi | 1 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi index 5e35f90c7f54..51d593748e33 100644 --- a/sw/sdi/_viewsh.sdi +++ b/sw/sdi/_viewsh.sdi @@ -531,10 +531,8 @@ interface BaseTextEditView ] FN_INSERT_CTRL [ - ExecMethod = Execute ; - StateMethod = GetState ; Export = FALSE; - ] + ] SID_ATTR_DEFTABSTOP [ diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 03b94c1f28ae..201c7b079160 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -3710,7 +3710,7 @@ SfxStringItem InsertSection FN_INSERT_REGION GroupId = GID_INSERT; ] -SfxImageItem InsertCtrl FN_INSERT_CTRL +SfxVoidItem InsertCtrl FN_INSERT_CTRL [ /* flags: */ @@ -4133,7 +4133,7 @@ SfxVoidItem InsertNeutralParagraph FN_NUM_BULLET_NONUM GroupId = GID_ENUMERATION; ] -SfxImageItem InsertObjCtrl FN_INSERT_OBJ_CTRL +SfxVoidItem InsertObjCtrl FN_INSERT_OBJ_CTRL [ /* flags: */ diff --git a/sw/sdi/viewsh.sdi b/sw/sdi/viewsh.sdi index db75fc1203e5..567d70476e5a 100644 --- a/sw/sdi/viewsh.sdi +++ b/sw/sdi/viewsh.sdi @@ -46,7 +46,6 @@ interface TextEditView : BaseTextEditView // Slots, which are not needed in the WebDocShell FN_INSERT_OBJ_CTRL [ - ExecMethod = Execute ; StateMethod = GetState ; Export = FALSE ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; |