From 489af4ed790a233c94051d2f08e51d7c44ddba37 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Mon, 13 Jul 2015 23:38:13 +0300 Subject: Convert insert buttons to the generic controller Change-Id: If7c6c1c5000893fca4205162526b4b4035637c11 --- sc/sdi/scalc.sdi | 4 ++-- sc/sdi/tabvwsh.sdi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sc/sdi') diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index aa9d0da8a10e..482107e0d4bd 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -3931,7 +3931,7 @@ SfxVoidItem InputLineMatrix FID_INPUTLINE_MATRIX ] -SfxUInt16Item InsCellsCtrl SID_TBXCTL_INSCELLS +SfxVoidItem InsCellsCtrl SID_TBXCTL_INSCELLS [ /* flags: */ @@ -4209,7 +4209,7 @@ SfxVoidItem InsertContents FID_INS_CELL_CONTENTS ] -SfxUInt16Item InsertCtrl SID_TBXCTL_INSERT +SfxVoidItem InsertCtrl SID_TBXCTL_INSERT [ /* flags: */ diff --git a/sc/sdi/tabvwsh.sdi b/sc/sdi/tabvwsh.sdi index d2ff98931277..eeb9019ff362 100644 --- a/sc/sdi/tabvwsh.sdi +++ b/sc/sdi/tabvwsh.sdi @@ -267,8 +267,8 @@ shell ScTabViewShell SID_STATUS_PAGESTYLE [ ExecMethod = Execute; StateMethod = GetState; ] - SID_TBXCTL_INSERT [ ExecMethod = ExecTbx; StateMethod = GetTbxState; ] - SID_TBXCTL_INSCELLS [ ExecMethod = ExecTbx; StateMethod = GetTbxState; ] + SID_TBXCTL_INSERT [] + SID_TBXCTL_INSCELLS [] } -- cgit