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

Yousuf Philips philipz85 at hotmail.com
Tue Oct 6 03:25:53 PDT 2015


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

New commits:
commit 051667ec91a3fa4175fc8ae59529ac02b95e0683
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Tue Oct 6 12:42:07 2015 +0400

    tdf#94477 Make Format > Character accessible for customization
    
    Change-Id: I45d02a6a24986175de2283c09e097f73d90cef73
    Reviewed-on: https://gerrit.libreoffice.org/19187
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index 91a7662..b5e87ad 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -4002,10 +4002,10 @@ SfxVoidItem FontDialog SID_CHAR_DLG
     Asynchron;
 
     /* config: */
-    AccelConfig = FALSE,
-    MenuConfig = FALSE,
+    AccelConfig = TRUE,
+    MenuConfig = TRUE,
     StatusBarConfig = FALSE,
-    ToolBoxConfig = FALSE,
+    ToolBoxConfig = TRUE,
     GroupId = GID_FORMAT;
 ]
 


More information about the Libreoffice-commits mailing list