diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 17:02:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 20:48:02 +0100 |
commit | 071f0dbc67009ed4749875f14d5d1cd2117e9445 (patch) | |
tree | 7f421a7bcf139e7a634d51b4735d521532aa3b55 /sw | |
parent | e6b0ad680e6fa122e49bf01116edb049dc4b0570 (diff) |
drop unused HID_JUMP_TO_SPEC_PAGE hid
Change-Id: I746787eb0a4d961a00372bf40dc1bb98e8ef3607
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/helpid.h | 2 | ||||
-rw-r--r-- | sw/source/uibase/ribbar/workctrl.src | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/helpid.h b/sw/inc/helpid.h index 97935287bf17..cc9fd26cf284 100644 --- a/sw/inc/helpid.h +++ b/sw/inc/helpid.h @@ -237,8 +237,6 @@ #define HID_SEND_HTML_CTRL_LISTBOX_TEMPLATE "SW_HID_SEND_HTML_CTRL_LISTBOX_TEMPLATE" #define HID_PVIEW_ZOOM_LB "SW_HID_PVIEW_ZOOM_LB" -#define HID_JUMP_TO_SPEC_PAGE "SW_HID_JUMP_TO_SPEC_PAGE" - #define HID_NID_TBL "SW_HID_NID_TBL" #define HID_NID_FRM "SW_HID_NID_FRM" diff --git a/sw/source/uibase/ribbar/workctrl.src b/sw/source/uibase/ribbar/workctrl.src index 6b08194cdea4..2013059957ee 100644 --- a/sw/source/uibase/ribbar/workctrl.src +++ b/sw/source/uibase/ribbar/workctrl.src @@ -298,7 +298,6 @@ ComboBox RID_PVIEW_ZOOM_LB }; NumericField RID_JUMP_TO_SPEC_PAGE { - HelpId = HID_JUMP_TO_SPEC_PAGE; Size = MAP_APPFONT ( 16 , 12) ; Border = TRUE ; Hide = TRUE ; |