diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-10-06 12:42:07 +0400 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-06 10:25:27 +0000 |
commit | 051667ec91a3fa4175fc8ae59529ac02b95e0683 (patch) | |
tree | 9996d6649d7a9a312e5e9b1690b82cbc15790e3c /svx/sdi | |
parent | c92ebc850345924619a12327f36cc6ac9c0b09d1 (diff) |
tdf#94477 Make Format > Character accessible for customization
Change-Id: I45d02a6a24986175de2283c09e097f73d90cef73
Reviewed-on: https://gerrit.libreoffice.org/19187
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 6 |
1 files changed, 3 insertions, 3 deletions
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; ] |