[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sfx2/sdi

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Aug 12 22:30:49 UTC 2018


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

New commits:
commit 789d2791c7c0f32f23dd96af44c1421a9c13a753
Author:     Maxim Monastirsky <momonasmon at gmail.com>
AuthorDate: Sun Aug 12 15:40:50 2018 +0300
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Aug 13 00:30:29 2018 +0200

    Don't show ShowImeStatusWindow in the customization dialog
    
    Change-Id: I5aeac6cf6ec9fae56c0dba3c176e0d6c52a28a5e
    Reviewed-on: https://gerrit.libreoffice.org/58899
    Tested-by: Jenkins
    Reviewed-by: Maxim Monastirsky <momonasmon at gmail.com>
    (cherry picked from commit d42d937e6edb85bb8c2795cd54dc237e0da49bd6)
    Reviewed-on: https://gerrit.libreoffice.org/58902
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 9031982badb5..383817ab54a5 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -4844,9 +4844,9 @@ SfxBoolItem ShowImeStatusWindow SID_SHOW_IME_STATUS_WINDOW
     RecordPerSet;
 
 
-    AccelConfig = TRUE,
-    MenuConfig = TRUE,
-    ToolBoxConfig = TRUE,
+    AccelConfig = FALSE,
+    MenuConfig = FALSE,
+    ToolBoxConfig = FALSE,
     GroupId = SfxGroupId::View;
 ]
 


More information about the Libreoffice-commits mailing list