diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2018-10-09 12:05:31 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-10-15 12:24:10 +0200 |
commit | 7f5fd9d9ebffa692ba670f01f8f833657bb7745f (patch) | |
tree | 88f984355c6f0420092e6dfc619a61a724152259 /svx/sdi | |
parent | 8e3814fd78fa21c7033aa91d58ce7d29ae08f02b (diff) |
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 <tietze.heiko@gmail.com>
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index bf1387a1d5a2..d38f9d78a69e 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -10994,7 +10994,7 @@ SfxVoidItem InsertRows SID_TABLE_INSERT_ROW AccelConfig = FALSE, MenuConfig = FALSE, - ToolBoxConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = SfxGroupId::Table; ] @@ -11012,7 +11012,7 @@ SfxVoidItem InsertColumns SID_TABLE_INSERT_COL AccelConfig = FALSE, MenuConfig = FALSE, - ToolBoxConfig = TRUE, + ToolBoxConfig = FALSE, GroupId = SfxGroupId::Table; ] |