[Libreoffice-commits] core.git: officecfg/registry sw/uiconfig

Yousuf Philips philipz85 at hotmail.com
Sat Mar 5 01:57:25 UTC 2016


 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |   11 ++++++++++
 sw/uiconfig/sweb/menubar/menubar.xml                                |    2 -
 2 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit a46a4154fde96d71d1b73068f1479722e4163647
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Sun Feb 28 19:20:21 2016 +0400

    tdf#87610 Replace Bookmark with Anchor in Writer Web
    
    Change-Id: Ia698aec5a4ea9bb2452263f5ff975e045da66393
    Reviewed-on: https://gerrit.libreoffice.org/22747
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
    Tested-by: Yousuf Philips <philipz85 at hotmail.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 05a9b93..24754b8 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 8929f9c..be91c7d 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/>


More information about the Libreoffice-commits mailing list