diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2020-02-03 01:41:21 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-02-03 05:36:47 +0100 |
commit | 18b2cecfef3dd26bac15522667b465802ff3f96b (patch) | |
tree | 884b49b61611a115a3e7e7b883d8f8e8dad7ebfb /officecfg | |
parent | dcbd3bf2db29d9b55eeaf1ca3c74e4ff33325ccd (diff) |
Styles > Text Body menu didn't work in non-English UI
Capitalization of "Body" present only in the UI name
of the style, but that might be something completely
different in other languages. We need to reference
the style using its programmatic name instead.
Change-Id: I2d980a225d6f5346d378947621ace3a17e0a8f81
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87842
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 7cc090ceeed0..a40119acbfb9 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -3267,7 +3267,7 @@ <value xml:lang="en-US">Text Body Paragraph Style</value> </prop> <prop oor:name="TargetURL" oor:type="xs:string"> - <value>.uno:StyleApply?Style:string=Text Body&FamilyName:string=ParagraphStyles</value> + <value>.uno:StyleApply?Style:string=Text body&FamilyName:string=ParagraphStyles</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>9</value> |