diff options
author | Bryan Quigley <gquigs@gmail.com> | 2016-04-29 15:55:22 -0400 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-03 09:17:01 +0000 |
commit | 4b3c211cfb4f64f0f31461aa2e623d64224c4423 (patch) | |
tree | 4fc4c1acd042d92d607657212ddde9767078c807 /sc/uiconfig | |
parent | 022b466db1142f95a4f0088b46abeb2787323b5e (diff) |
Remove Edit -> Plug-in as no longer used
This functionality seems to only have been used with NPAPI plugins.
They've been previously removed. Per the help text, if it is still
used by anything, you can use the context menu instead.
MN_READONLY_PLUGINOFF also appeared to be unused, so removed.
More code might be removable, but would affect activate on click/visible.
Change-Id: I12d5bf54edd3a2f716912179b87e798b47b3cc3d
Reviewed-on: https://gerrit.libreoffice.org/24500
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/menubar/menubar.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/menubar/menubar.xml b/sc/uiconfig/scalc/menubar/menubar.xml index 44b5272366ab..39fabaa7db57 100644 --- a/sc/uiconfig/scalc/menubar/menubar.xml +++ b/sc/uiconfig/scalc/menubar/menubar.xml @@ -98,7 +98,6 @@ <menu:menuitem menu:id=".uno:MergeDocuments"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:EditLinks"/> - <menu:menuitem menu:id=".uno:PlugInsActive"/> <menu:menuitem menu:id=".uno:ImageMapDialog"/> <menu:menuitem menu:id=".uno:ObjectMenue"/> <menu:menuseparator/> |