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 /sw/inc | |
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 'sw/inc')
-rw-r--r-- | sw/inc/helpid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/helpid.h b/sw/inc/helpid.h index aa0d9d1a8f33..97935287bf17 100644 --- a/sw/inc/helpid.h +++ b/sw/inc/helpid.h @@ -161,7 +161,6 @@ #define HID_MN_READONLY_COPYGRAPHIC "SW_HID_MN_READONLY_COPYGRAPHIC" #define HID_MN_READONLY_LOADGRAPHIC "SW_HID_MN_READONLY_LOADGRAPHIC" #define HID_MN_READONLY_GRAPHICOFF "SW_HID_MN_READONLY_GRAPHICOFF" -#define HID_MN_READONLY_PLUGINOFF "SW_HID_MN_READONLY_PLUGINOFF" #define HID_LINGU_ADD_WORD "SW_HID_LINGU_ADD_WORD" #define HID_LINGU_IGNORE_WORD "SW_HID_LINGU_IGNORE_WORD" |