diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-02 13:05:45 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-06 07:01:43 +0000 |
commit | 9f138ffe9da2f448a455f4b51facab82e5e243d7 (patch) | |
tree | 81fc077f4e2d09d0d4f30cc33abe850151401be6 /starmath | |
parent | 0323253a7c67316cb96e4a64792ab4fe74aac1ca (diff) |
remove unused constants in HRC files
Change-Id: Ia034fb16ce75caeb69fd746d4a602cd5fcfef6d1
Reviewed-on: https://gerrit.libreoffice.org/25817
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/starmath.hrc | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index 15e8ef0add7c..4c3f2a3ed621 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -135,16 +135,6 @@ #define RID_ERR_RPARENTEXPECTED (RID_APP_START + 935) #define RID_ERR_RIGHTEXPECTED (RID_APP_START + 936) -// toolbox image lists for 'Selection' window -#define RID_IL_RELATIONS (RID_APP_START + 954) -#define RID_IL_SETOPERATIONS (RID_APP_START + 956) -#define RID_IL_FUNCTIONS (RID_APP_START + 958) -#define RID_IL_OPERATORS (RID_APP_START + 960) -#define RID_IL_ATTRIBUTES (RID_APP_START + 962) -#define RID_IL_BRACKETS (RID_APP_START + 964) -#define RID_IL_FORMAT (RID_APP_START + 966) -#define RID_IL_MISC (RID_APP_START + 968) - // new resource ID's #define RID_PLUSX (RID_APP_START + 1201) #define RID_MINUSX (RID_APP_START + 1202) @@ -223,10 +213,6 @@ #define RID_NEGX_HELP (RID_APP_START + 1347) #define RID_XANDY_HELP (RID_APP_START + 1358) #define RID_XORY_HELP (RID_APP_START + 1350) -#define RID_XODIVIDEY_HELP (RID_APP_START + 1360) -#define RID_XODOTY_HELP (RID_APP_START + 1361) -#define RID_XOMINUSY_HELP (RID_APP_START + 1362) -#define RID_XOPLUSY_HELP (RID_APP_START + 1363) #define RID_XOTIMESY_HELP (RID_APP_START + 1364) #define RID_XCIRCY_HELP (RID_APP_START + 1365) #define RID_XWIDESLASHY_HELP (RID_APP_START + 1366) @@ -513,9 +499,6 @@ #define RID_XTOWARDY_HELP (RID_APP_START + 4026) #define RID_XLLY_HELP (RID_APP_START + 4027) #define RID_XGGY_HELP (RID_APP_START + 4028) -#define RID_XDEFY_HELP (RID_APP_START + 4029) -#define RID_XTRANSLY_HELP (RID_APP_START + 4030) -#define RID_XTRANSRY_HELP (RID_APP_START + 4031) #define RID_XDIVIDESY_HELP (RID_APP_START + 4032) #define RID_XNDIVIDESY_HELP (RID_APP_START + 4033) #define RID_DLARROW_HELP (RID_APP_START + 4034) @@ -594,7 +577,6 @@ #define RID_ITALX_HELP (RID_APP_START + 4108) #define RID_SIZEXY_HELP (RID_APP_START + 4109) #define RID_FONTXY_HELP (RID_APP_START + 4110) -#define RID_COLORX_HELP (RID_APP_START + 4111) #define RID_WIDEHATX_HELP (RID_APP_START + 4112) #define RID_WIDETILDEX_HELP (RID_APP_START + 4113) #define RID_WIDEVECX_HELP (RID_APP_START + 4114) @@ -639,11 +621,6 @@ #define RID_LINTX_HELP (RID_APP_START + 4153) #define RID_LLINTX_HELP (RID_APP_START + 4154) #define RID_LLLINTX_HELP (RID_APP_START + 4155) -#define RID_FROMXTOY_HELP (RID_APP_START + 4156) -#define RID_FROMX_HELP (RID_APP_START + 4157) -#define RID_TOX_HELP (RID_APP_START + 4158) -#define RID_LIMINFX_HELP (RID_APP_START + 4159) -#define RID_LIMSUPX_HELP (RID_APP_START + 4160) #define RID_LIM_FROMX_HELP (RID_APP_START + 4161) #define RID_SUM_FROMX_HELP (RID_APP_START + 4162) #define RID_PROD_FROMX_HELP (RID_APP_START + 4163) @@ -690,16 +667,6 @@ #define RID_ALIGNCX_HELP (RID_APP_START + 4276) #define RID_ALIGNRX_HELP (RID_APP_START + 4277) -#define TOOLBOX_CAT_A (RID_APP_START + 4278) -#define TOOLBOX_CAT_B (RID_APP_START + 4279) -#define TOOLBOX_CAT_C (RID_APP_START + 4280) -#define TOOLBOX_CAT_D (RID_APP_START + 4281) -#define TOOLBOX_CAT_E (RID_APP_START + 4282) -#define TOOLBOX_CAT_F (RID_APP_START + 4283) -#define TOOLBOX_CAT_G (RID_APP_START + 4284) -#define TOOLBOX_CAT_H (RID_APP_START + 4285) -#define TOOLBOX_CAT_I (RID_APP_START + 4286) - // 342 == SCH_IF_SMAVIEWSHELL, because SFX_INTERFACE_LIB is no // Define but latterly an Enum #define HID_SMA_VIEWSHELL_DOCUMENT (342) |