diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 645754a8837a..4b74356c7e3f 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2953,6 +2953,17 @@ <value xml:lang="en-US">Horizontal ~Line</value> </prop> </node> + <node oor:name=".uno:HorizontalLine" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Horizontal ~Line</value> + </prop> + <prop oor:name="TargetURL" oor:type="xs:string"> + <value>.uno:StyleApply?Style:string=Horizontal Line&FamilyName:string=ParagraphStyles</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>9</value> + </prop> + </node> <node oor:name=".uno:StyleApply?Style:string=Standard&FamilyName:string=ParagraphStyles" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Default ~Paragraph</value> |