diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-01-28 16:03:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-01-28 20:02:01 +0100 |
commit | f7ca5ce78f98505cd301f6bddde143e3ecb846e7 (patch) | |
tree | d0449beb9a59f7898946be4d489ac0aa9877314f /svx/sdi | |
parent | 9126cde8cb13098800d3406d006dbc4c687b2078 (diff) |
Resolves: tdf#149409 enable impress 'Small Capitals' Toolbar Button
Change-Id: Ifc8721f50f359669af501c91bc86d6a983785f9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162663
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 4b52f73fb9fa..961f7d9c067c 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -8487,6 +8487,23 @@ SfxBoolItem SuperScript SID_SET_SUPER_SCRIPT GroupId = SfxGroupId::Format; ] +SfxBoolItem SmallCaps SID_SET_SMALL_CAPS + +[ + AutoUpdate = TRUE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Format; +] SfxVoidItem SwEditOptions SID_SW_EDITOPTIONS () |