diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-09-27 09:11:25 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-09-27 11:00:42 +0200 |
commit | d378cd2f766eeb1fd1c98f62c9ae6b5b59fd00f1 (patch) | |
tree | f5a131942180636d8c6b801cdf6d238140c9dd89 /officecfg | |
parent | bae1e2aa636f144fe01cb8d9721e54525fed8b2c (diff) |
tdf#87914 sw: add an initial .uno:SmallCaps command
- handle it in SwTextShell (for normal Writer text)
- simple icon in the galaxy theme
Change-Id: Ib8f11dbca28b19a2fc0411c92d9f0b4b052277bb
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index eecbb0aea356..6ec914148730 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3871,6 +3871,14 @@ <value>9</value> </prop> </node> + <node oor:name=".uno:SmallCaps" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Small capitals</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>9</value> + </prop> + </node> <node oor:name=".uno:DistributeSelection" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">~Distribution...</value> |