diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-06-17 17:40:19 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-06-17 13:44:27 +0000 |
commit | 42dc04de01cb937b5a64d23f54e8dfe5f4c9b35f (patch) | |
tree | aae166faeb0cc9ff0facb434ba196ef710471c58 | |
parent | debe788bcf3ec258b6b95df3db1f7bfeba881be1 (diff) |
tdf#91781 Move bookmark and cross-reference to root insert menu
Change-Id: I06485c07e6c6fd3621fdfc99b7176107bb0ee999
Reviewed-on: https://gerrit.libreoffice.org/26418
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 8 | ||||
-rw-r--r-- | sw/uiconfig/swriter/menubar/menubar.xml | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index e1024f80cb7b..c077a8e12f01 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3256,14 +3256,6 @@ <value>1</value> </prop> </node> - <node oor:name=".uno:InsertLinkMenu" oor:op="replace"> - <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Bookmark and Cross-reference</value> - </prop> - <prop oor:name="Properties" oor:type="xs:int"> - <value>1</value> - </prop> - </node> <node oor:name=".uno:InsertFootnotesMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Footnote and Endno~te</value> diff --git a/sw/uiconfig/swriter/menubar/menubar.xml b/sw/uiconfig/swriter/menubar/menubar.xml index 914a6ae149fb..2002dad09aab 100644 --- a/sw/uiconfig/swriter/menubar/menubar.xml +++ b/sw/uiconfig/swriter/menubar/menubar.xml @@ -262,12 +262,8 @@ <menu:menuitem menu:id=".uno:InsertCaptionDialog"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:HyperlinkDialog"/> - <menu:menu menu:id=".uno:InsertLinkMenu"> - <menu:menupopup> - <menu:menuitem menu:id=".uno:InsertBookmark"/> - <menu:menuitem menu:id=".uno:InsertReferenceField"/> - </menu:menupopup> - </menu:menu> + <menu:menuitem menu:id=".uno:InsertBookmark"/> + <menu:menuitem menu:id=".uno:InsertReferenceField"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:InsertSymbol"/> <menu:menu menu:id=".uno:FormattingMarkMenu"> |