diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2018-07-30 00:27:20 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2018-07-30 15:32:59 +0200 |
commit | 94614dc88d78c68d687222d2eb205605e1bd0c51 (patch) | |
tree | 04bc640ddbed078e7ad7d9da26d4a8561334a303 /officecfg | |
parent | e3c8f4978a797f2b999865b7d6ebd65aa1ef93f4 (diff) |
tdf#108461 Correct use of the default style
The underlying issue was fixed by Miklos in commit
9d754a59154c40235c240bb0e7f47a2006fa85bd ("sw: give
the 'Default Style' char style a programmatic name").
What left is to actually use the internal name in
various UI elements.
Also removed a comment that tells to not rename the
default style, which isn't relevant anymore, as we
no longer write the UI name into files.
Change-Id: Ie2ab632e40b4fc6295f2c9d1a1f1f2358ab38e52
Reviewed-on: https://gerrit.libreoffice.org/58311
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 286f44343fa9..b185aac57576 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -3053,7 +3053,7 @@ <value>9</value> </prop> </node> - <node oor:name=".uno:StyleApply?Style:string=Default Style&FamilyName:string=CharacterStyles" oor:op="replace"> + <node oor:name=".uno:StyleApply?Style:string=Standard&FamilyName:string=CharacterStyles" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Default ~Character</value> </prop> @@ -3066,7 +3066,7 @@ <value xml:lang="en-US">Default Character Style</value> </prop> <prop oor:name="TargetURL" oor:type="xs:string"> - <value>.uno:StyleApply?Style:string=Default Style&FamilyName:string=CharacterStyles</value> + <value>.uno:StyleApply?Style:string=Standard&FamilyName:string=CharacterStyles</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>9</value> |