diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-02-28 19:20:21 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-03-05 01:57:01 +0000 |
commit | a46a4154fde96d71d1b73068f1479722e4163647 (patch) | |
tree | 266487b3e62660a4584d7b1b69726953c96e0e6b /officecfg | |
parent | 58bef396cfcdd2c861d261e5b6fa68a859ff653d (diff) |
tdf#87610 Replace Bookmark with Anchor in Writer Web
Change-Id: Ia698aec5a4ea9bb2452263f5ff975e045da66393
Reviewed-on: https://gerrit.libreoffice.org/22747
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
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 05a9b9343fb0..24754b86cfbc 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -336,6 +336,17 @@ <value>1</value> </prop> </node> + <node oor:name=".uno:InsertAnchor" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Anc~hor...</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> + <prop oor:name="TargetURL" oor:type="xs:string"> + <value>.uno:InsertBookmark</value> + </prop> + </node> <node oor:name=".uno:InsertPara" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Insert Paragraph</value> |