sc/sdi/scalc.sdi |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8165805982c2cab59ef5b1d711133c6d56cf6595
Author: Joren De Cuyper <joren.libreoff...@telenet.be>
Date:   Sat May 11 14:19:04 2013 +0200

    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 <fridr...@documentfoundation.org>
    Tested-by: Fridrich Strba <fridr...@documentfoundation.org>

diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index c9999fe..ddcf8d4 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;
 ]
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to