diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-10-28 00:02:33 +0400 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-10-28 04:16:09 +0200 |
commit | 493d2870cfadb652ce4b39430bebd5a364c8f7f1 (patch) | |
tree | a9aeb0c9d17566a3d8a25d422e590196e6358659 /sfx2 | |
parent | 671182b8f59e8e390b79b7f3b35535b8c3ec1408 (diff) |
tdf#113446 Make EditStyle appear in customization dialog
Change-Id: Ic9c13ec0b1a009a1fb3998517ca21471c9c2f23f
Reviewed-on: https://gerrit.libreoffice.org/43967
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/sdi/sfx.sdi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 03b536d3c4d6..323d7eece178 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -1062,9 +1062,9 @@ SfxVoidItem EditStyle SID_STYLE_EDIT RecordAbsolute = FALSE, RecordPerSet; - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = FALSE, + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, GroupId = GID_TEMPLATE; ] |