diff options
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 8 | ||||
-rwxr-xr-x | scripting/workben/bindings/writermenubar.xml | 1 |
2 files changed, 9 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 07346a9e54ae..2bf5c9997c59 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -301,6 +301,14 @@ <value>1</value> </prop> </node> + <node oor:name=".uno:EditHeaderFooter" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Headers/Footers</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> + </node> <node oor:name=".uno:InsertCaptionDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Caption...</value> diff --git a/scripting/workben/bindings/writermenubar.xml b/scripting/workben/bindings/writermenubar.xml index d2d6d880b7b9..4d452801be95 100755 --- a/scripting/workben/bindings/writermenubar.xml +++ b/scripting/workben/bindings/writermenubar.xml @@ -81,6 +81,7 @@ <menu:menuitem menu:id="slot:20620" menu:helpid="20620" menu:label="AutoTe~xt..."/> <menu:menuseparator/> <menu:menuitem menu:id="slot:20309" menu:helpid="20309" menu:label="Exc~hange Database..."/> + <menu:menuitem menu:id="slot:20195" menu:helpid="20195" menu:label="Headers/Footers"/> <menu:menuitem menu:id="slot:20104" menu:helpid="20104" menu:label="F~ields..."/> <menu:menuitem menu:id="slot:20162" menu:helpid="20162" menu:label="Footnote~..."/> <menu:menuitem menu:id="slot:20123" menu:helpid="20123" menu:label="Index Entr~y..."/> |