summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2016-02-28 19:20:21 +0400
committerYousuf Philips <philipz85@hotmail.com>2016-03-05 01:57:01 +0000
commita46a4154fde96d71d1b73068f1479722e4163647 (patch)
tree266487b3e62660a4584d7b1b69726953c96e0e6b
parent58bef396cfcdd2c861d261e5b6fa68a859ff653d (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>
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu11
-rw-r--r--sw/uiconfig/sweb/menubar/menubar.xml2
2 files changed, 12 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 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>
diff --git a/sw/uiconfig/sweb/menubar/menubar.xml b/sw/uiconfig/sweb/menubar/menubar.xml
index 8929f9cff6eb..be91c7dfa425 100644
--- a/sw/uiconfig/sweb/menubar/menubar.xml
+++ b/sw/uiconfig/sweb/menubar/menubar.xml
@@ -152,7 +152,7 @@
<menu:menuitem menu:id=".uno:HyperlinkDialog"/>
<menu:menuseparator/>
<menu:menuitem menu:id=".uno:InsertFootnoteDialog"/>
- <menu:menuitem menu:id=".uno:InsertBookmark"/>
+ <menu:menuitem menu:id=".uno:InsertAnchor"/>
<menu:menuitem menu:id=".uno:InsertAnnotation"/>
<menu:menuitem menu:id=".uno:InsertScript"/>
<menu:menuseparator/>