diff options
author | Joren De Cuyper <joren.libreoffice@telenet.be> | 2013-05-11 14:19:04 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-05-20 18:57:01 +0000 |
commit | 8165805982c2cab59ef5b1d711133c6d56cf6595 (patch) | |
tree | 55af05c7d34db1a5a440e8cb131346b8132946eb | |
parent | 7e98b46c08ab409276a347cc4ea137ba42485a1e (diff) |
fdo#30715 Several commands are under the wrong category
Placing "insert" commands under category "insert" is more logical
Change-Id: Ib322aaace39cd160cc81ef4945abd2047e6c4c12
Reviewed-on: https://gerrit.libreoffice.org/3854
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-rw-r--r-- | sc/sdi/scalc.sdi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index c9999fe42130..ddcf8d4e736f 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -8291,7 +8291,7 @@ SfxVoidItem InsertFieldSheet SID_INSERT_FIELD_SHEET MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; + GroupId = GID_INSERT; ] SfxVoidItem InsertFieldDocTitle SID_INSERT_FIELD_TITLE @@ -8315,7 +8315,7 @@ SfxVoidItem InsertFieldDocTitle SID_INSERT_FIELD_TITLE MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; + GroupId = GID_INSERT; ] SfxVoidItem InsertFieldDateVariable SID_INSERT_FIELD_DATE_VAR @@ -8339,7 +8339,7 @@ SfxVoidItem InsertFieldDateVariable SID_INSERT_FIELD_DATE_VAR MenuConfig = TRUE, StatusBarConfig = FALSE, ToolBoxConfig = FALSE, - GroupId = GID_OPTIONS; + GroupId = GID_INSERT; ] |