[Libreoffice-commits] core.git: sc/sdi

Joren De Cuyper joren.libreoffice at telenet.be
Mon May 20 11:57:20 PDT 2013


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

New commits:
commit 8165805982c2cab59ef5b1d711133c6d56cf6595
Author: Joren De Cuyper <joren.libreoffice at 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 <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at 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;
 ]
 
 


More information about the Libreoffice-commits mailing list