diff options
author | Jim Raykowski <raykowj@gmail.com> | 2021-10-13 13:24:39 -0800 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-10-19 08:22:43 +0200 |
commit | 40458226fda358bd90c25ddfe6a9b2cf25b2fcad (patch) | |
tree | 53b97e2499835f8e00cd7f3bf5fab50f30b92892 /officecfg/registry | |
parent | 672b4c155766e9bf18e109e92f3e8cc71a52e21d (diff) |
tdf#113512 Writer: 1.15 line spacing UNO command
Resolves the Writer 1.15 line spacing part of the request for 1.15,
2.5, and 3 line spacing UNO commands.
Change-Id: I2a654063df3549e8a23021bc4fc76bc17c270d69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123569
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg/registry')
-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 37fa7fc9ffb0..c45aab0823b4 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1828,6 +1828,14 @@ bit 3 (0x8): #define UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8 <value>15</value> </prop> </node> + <node oor:name=".uno:SpacePara115" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Line Spacing: 1.15</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>15</value> + </prop> + </node> <node oor:name=".uno:SpacePara15" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Line Spacing: 1.5</value> |