diff options
Diffstat (limited to 'svx')
-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; ] |