diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-04 09:49:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-05 07:32:24 +0100 |
commit | ebc5774c0546cd0b4ca4ad5a125fd9f8ec0e9ce4 (patch) | |
tree | 085cec3b433e0f9db37644a7ea06ab8978a1ec2b /sc/inc/sc.hrc | |
parent | e978a52fc7321feaf5148daa5b5bde22689aec75 (diff) |
remove some unused defines
and move the script to python
Change-Id: I97bca04053d9d38b59c74fcf61caafbc2c137cc9
Reviewed-on: https://gerrit.libreoffice.org/45776
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 0786090df192..5c128a402ee8 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -55,23 +55,6 @@ #define HID_SC_SHEET_PAGE_STD (HID_SC_SHEET_START +10 ) #define HID_SC_SHEET_PAGE_REP (HID_SC_SHEET_START +11 ) -// help IDs for shells (helper) (max. 20) -#define HID_SCSHELL_DOCSH (HID_SC_SHELL_START +1 ) -#define HID_SCSHELL_DRAWSH (HID_SC_SHELL_START +2 ) -#define HID_SCSHELL_DRTXTOB (HID_SC_SHELL_START +3 ) -#define HID_SCSHELL_PIVOTSH (HID_SC_SHELL_START +4 ) -#define HID_SCSHELL_PREVWSH (HID_SC_SHELL_START +5 ) -#define HID_SCSHELL_TABVWSH (HID_SC_SHELL_START +6 ) -#define HID_SCSHELL_AUDIT (HID_SC_SHELL_START +7 ) -#define HID_SCSHELL_DRAWFORMSH (HID_SC_SHELL_START +8 ) -#define HID_SCSHELL_CELLSH (HID_SC_SHELL_START +9 ) -#define HID_SCSHELL_FORMATSH (HID_SC_SHELL_START +10) -#define HID_SCSHELL_OLEOBEJCTSH (HID_SC_SHELL_START +11) -#define HID_SCSHELL_CHARTSH (HID_SC_SHELL_START +12) -#define HID_SCSHELL_GRAPHIC (HID_SC_SHELL_START +13) -#define HID_SCSHELL_PAGEBREAK (HID_SC_SHELL_START +14) -#define HID_SCSHELL_MEDIA (HID_SC_SHELL_START +15) - // view-functions (max. 100) #define FID_SCALESTATUS (SC_VIEW_START + 10) #define SID_UPDATECHART (SC_VIEW_START + 13) |