From 051667ec91a3fa4175fc8ae59529ac02b95e0683 Mon Sep 17 00:00:00 2001 From: Yousuf Philips Date: Tue, 6 Oct 2015 12:42:07 +0400 Subject: tdf#94477 Make Format > Character accessible for customization Change-Id: I45d02a6a24986175de2283c09e097f73d90cef73 Reviewed-on: https://gerrit.libreoffice.org/19187 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- svx/sdi/svx.sdi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/sdi') diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 91a7662cddb8..b5e87ad34615 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; ] -- cgit