summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-06-04 20:10:59 +0400
committerYousuf Philips <philipz85@hotmail.com>2015-06-05 06:00:57 +0000
commitd304dd4db35c79a33bdf118e45e0675d2d86f51d (patch)
tree604e84acabd6c251cf3771595b64b8bd35cf48c3
parentca6997fbb8b1f4b8c039db1c487df0ce8961472c (diff)
tdf#91781 Restoring Edit entries under a new submenu and change view names
Change-Id: I5f1bb1ca976a8cbc8c2dcf7986d66cbd8043f9d4 Reviewed-on: https://gerrit.libreoffice.org/16086 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu7
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu2
-rw-r--r--sw/uiconfig/swriter/menubar/menubar.xml11
3 files changed, 17 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index d53847d81a0c..55bccbfa2b2d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -2472,7 +2472,7 @@
</node>
<node oor:name=".uno:BrowseView" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Web Layout</value>
+ <value xml:lang="en-US">~Web</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
@@ -5579,6 +5579,11 @@
<value xml:lang="en-US">Track Chan~ges</value>
</prop>
</node>
+ <node oor:name=".uno:EditLinksMenu" oor:op="replace">
+ <prop oor:name="Label" oor:type="xs:string">
+ <value xml:lang="en-US">~Entries</value>
+ </prop>
+ </node>
<node oor:name=".uno:ToolsMenu" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Tools</value>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 34ab21794adf..43e97fa3bff3 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -13,7 +13,7 @@
</node>
<node oor:name=".uno:PrintLayout" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">~Print Layout</value>
+ <value xml:lang="en-US">~Normal</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
diff --git a/sw/uiconfig/swriter/menubar/menubar.xml b/sw/uiconfig/swriter/menubar/menubar.xml
index cb504341aac0..25fdce25480a 100644
--- a/sw/uiconfig/swriter/menubar/menubar.xml
+++ b/sw/uiconfig/swriter/menubar/menubar.xml
@@ -113,6 +113,15 @@
<menu:menuitem menu:id=".uno:MergeDocuments"/>
<menu:menuseparator/>
<menu:menuitem menu:id=".uno:ChangeDatabaseField"/>
+ <menu:menu menu:id=".uno:EditLinksMenu">
+ <menu:menupopup>
+ <menu:menuitem menu:id=".uno:FieldDialog"/>
+ <menu:menuitem menu:id=".uno:EditFootnote"/>
+ <menu:menuitem menu:id=".uno:IndexEntryDialog"/>
+ <menu:menuitem menu:id=".uno:AuthoritiesEntryDialog"/>
+ <menu:menuitem menu:id=".uno:EditHyperlink"/>
+ </menu:menupopup>
+ </menu:menu>
<menu:menuitem menu:id=".uno:LinkDialog"/>
<menu:menuitem menu:id=".uno:PlugInsActive"/>
<menu:menuitem menu:id=".uno:ImageMapDialog"/>
@@ -170,6 +179,7 @@
<menu:menuitem menu:id=".uno:InsertBreak"/>
<menu:menuseparator/>
<menu:menuitem menu:id=".uno:InsertGraphic"/>
+ <menu:menuitem menu:id=".uno:InsertObjectChart"/>
<menu:menu menu:id=".uno:GraphicMenu">
<menu:menupopup>
<menu:menuitem menu:id=".uno:Gallery"/>
@@ -191,7 +201,6 @@
<menu:menuitem menu:id=".uno:Polygon_Unfilled"/>
</menu:menupopup>
</menu:menu>
- <menu:menuitem menu:id=".uno:InsertObjectChart"/>
<menu:menu menu:id=".uno:ObjectMenu">
<menu:menupopup>
<menu:menuitem menu:id=".uno:InsertObject"/>