diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-13 14:33:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-14 08:37:44 +0000 |
commit | f645294d3959ab204ac0efb6619e74b5ba85efa6 (patch) | |
tree | 3437361d64d2df1b1849f1adfb0bf01fbd876d88 /sc/inc/scres.hrc | |
parent | cbb2e6b76868d5c67a713b68310b44be59bfab3e (diff) |
remove unused RID constants
found with the attached bin/find-unused-rid.py script
Change-Id: I1cf79caa6cafedb8bc642f394dc7e7da889d6fdf
Reviewed-on: https://gerrit.libreoffice.org/35136
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/scres.hrc')
-rw-r--r-- | sc/inc/scres.hrc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/scres.hrc b/sc/inc/scres.hrc index af981aef10be..f34b4456a27b 100644 --- a/sc/inc/scres.hrc +++ b/sc/inc/scres.hrc @@ -496,11 +496,6 @@ #define SC_DIALOGS_START (BMP_END) -#define RID_SCDLG_INSCELL (SC_DIALOGS_START + 12) - -#define RID_SCDLG_SELENTRY (SC_DIALOGS_START + 18) - -#define RID_SCPAGE_AREAS (SC_DIALOGS_START + 44) #define RID_SCDLG_STYLES_PAR (SC_DIALOGS_START + 46) #define RID_SCDLG_STYLES_PAGE (SC_DIALOGS_START + 48) @@ -524,8 +519,6 @@ #define RID_DROPMODE_LINK (SC_DIALOGS_START + 94) #define RID_DROPMODE_COPY (SC_DIALOGS_START + 95) -// derivations from RID_SCDLG_SELENTRY - #define RID_POPUP_NAVIPI_SCENARIO (SC_DIALOGS_START + 120) #define RID_NAVIPI_SCENARIO_DELETE (SC_DIALOGS_START + 121) #define RID_NAVIPI_SCENARIO_EDIT (SC_DIALOGS_START + 122) |