From 7f5fd9d9ebffa692ba670f01f8f833657bb7745f Mon Sep 17 00:00:00 2001 From: heiko tietze Date: Tue, 9 Oct 2018 12:05:31 +0200 Subject: tdf#120429 - Functions Insert Columns Exist Two Times Legacy UNO commands InsertRows and InsertCols hidden from customization Commands are still accessible via macro Also fixed terminology in Draw/Impress for Insert Columns from Left/Right to Before/After Change-Id: I29a6b2fdb7481db43ad1a8ad25be5e9107558bd6 Reviewed-on: https://gerrit.libreoffice.org/61579 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- sw/sdi/swriter.sdi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/sdi/swriter.sdi') diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 6f7d1d5e59e1..416b596965e4 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -2675,7 +2675,7 @@ SfxVoidItem InsertColumns FN_TABLE_INSERT_COL AccelConfig = FALSE, MenuConfig = FALSE, - ToolBoxConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = SfxGroupId::Table; ] @@ -3239,7 +3239,7 @@ SfxVoidItem InsertRows FN_TABLE_INSERT_ROW AccelConfig = FALSE, MenuConfig = FALSE, - ToolBoxConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = SfxGroupId::Table; ] -- cgit