summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-13 14:33:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-14 08:37:44 +0000
commitf645294d3959ab204ac0efb6619e74b5ba85efa6 (patch)
tree3437361d64d2df1b1849f1adfb0bf01fbd876d88 /starmath
parentcbb2e6b76868d5c67a713b68310b44be59bfab3e (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 'starmath')
-rw-r--r--starmath/inc/starmath.hrc17
-rw-r--r--starmath/source/commands.src35
2 files changed, 0 insertions, 52 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc
index a09ebeca22d9..ff2813768bbe 100644
--- a/starmath/inc/starmath.hrc
+++ b/starmath/inc/starmath.hrc
@@ -158,10 +158,6 @@
#define RID_NEGX (RID_APP_START + 1213)
#define RID_XANDY (RID_APP_START + 1214)
#define RID_XORY (RID_APP_START + 1215)
-#define RID_XODIVIDEY (RID_APP_START + 1216)
-#define RID_XODOTY (RID_APP_START + 1217)
-#define RID_XOMINUSY (RID_APP_START + 1218)
-#define RID_XOPLUSY (RID_APP_START + 1219)
#define RID_XOTIMESY (RID_APP_START + 1220)
#define RID_XCIRCY (RID_APP_START + 1221)
#define RID_XWIDESLASHY (RID_APP_START + 1222)
@@ -185,9 +181,6 @@
#define RID_XTOWARDY (RID_APP_START + 1316)
#define RID_XLLY (RID_APP_START + 1317)
#define RID_XGGY (RID_APP_START + 1318)
-#define RID_XDEFY (RID_APP_START + 1319)
-#define RID_XTRANSLY (RID_APP_START + 1320)
-#define RID_XTRANSRY (RID_APP_START + 1321)
#define RID_XDIVIDESY (RID_APP_START + 1322)
#define RID_XNDIVIDESY (RID_APP_START + 1323)
#define RID_DLARROW (RID_APP_START + 1324)
@@ -317,8 +310,6 @@
#define RID_FROMXTOY (RID_APP_START + 1613)
#define RID_FROMX (RID_APP_START + 1614)
#define RID_TOX (RID_APP_START + 1615)
-#define RID_LIMINFX (RID_APP_START + 1616)
-#define RID_LIMSUPX (RID_APP_START + 1617)
#define RID_LIM_FROMX (RID_APP_START + 1621)
#define RID_SUM_FROMX (RID_APP_START + 1622)
@@ -383,8 +374,6 @@
#define RID_COLORX_CYAN (RID_APP_START + 1729)
#define RID_COLORX_MAGENTA (RID_APP_START + 1730)
#define RID_COLORX_YELLOW (RID_APP_START + 1731)
-#define RID_COLORX_AQUA (RID_APP_START + 1732)
-#define RID_COLORX_FUCHSIA (RID_APP_START + 1733)
#define RID_COLORX_GRAY (RID_APP_START + 1734)
#define RID_COLORX_LIME (RID_APP_START + 1735)
#define RID_COLORX_MAROON (RID_APP_START + 1736)
@@ -626,8 +615,6 @@
#define RID_IINTX_HELP (RID_APP_START + 4151)
#define RID_IIINTX_HELP (RID_APP_START + 4152)
#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_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)
@@ -646,8 +633,6 @@
#define RID_IINT_TOX_HELP (RID_APP_START + 4176)
#define RID_IIINT_TOX_HELP (RID_APP_START + 4177)
#define RID_LINT_TOX_HELP (RID_APP_START + 4178)
-#define RID_LLINT_TOX_HELP (RID_APP_START + 4179)
-#define RID_LLLINT_TOX_HELP (RID_APP_START + 4180)
#define RID_LIM_FROMTOX_HELP (RID_APP_START + 4181)
#define RID_SUM_FROMTOX_HELP (RID_APP_START + 4182)
#define RID_PROD_FROMTOX_HELP (RID_APP_START + 4183)
@@ -659,8 +644,6 @@
#define RID_LLINT_FROMTOX_HELP (RID_APP_START + 4189)
#define RID_LLLINT_FROMTOX_HELP (RID_APP_START + 4190)
-#define RID_COLORX_AQUA_HELP (RID_APP_START + 4191)
-#define RID_COLORX_FUCHSIA_HELP (RID_APP_START + 4192)
#define RID_COLORX_GRAY_HELP (RID_APP_START + 4193)
#define RID_COLORX_LIME_HELP (RID_APP_START + 4194)
#define RID_COLORX_MAROON_HELP (RID_APP_START + 4195)
diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index 3ab9258cff0f..0b0b04e86ec7 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -85,10 +85,6 @@ String RID_XOVERY_HELP
{
Text [ en-US ] = "Division (Fraction)" ;
};
-String RID_XODIVIDEY { Text = "<?> odivide <?> " ; };
-String RID_XODOTY { Text = "<?> odot <?> " ; };
-String RID_XOMINUSY { Text = "<?> ominus <?> " ; };
-String RID_XOPLUSY { Text = "<?> oplus <?> " ; };
String RID_XOTIMESY { Text = "<?> otimes <?> " ; };
String RID_XOTIMESY_HELP
{
@@ -154,7 +150,6 @@ String RID_XGGY_HELP
{
Text [ en-US ] = "Is Much Greater Than" ;
};
-String RID_XDEFY { Text = "<?> def <?> " ; };
String RID_XEQUIVY { Text = "<?> equiv <?> " ; };
String RID_XEQUIVY_HELP
{
@@ -195,8 +190,6 @@ String RID_XTOWARDY_HELP
{
Text [ en-US ] = "Toward" ;
};
-String RID_XTRANSLY { Text = "<?> transl <?> " ; };
-String RID_XTRANSRY { Text = "<?> transr <?> " ; };
String RID_XINY { Text = "<?> in <?> " ; };
String RID_XINY_HELP
{
@@ -472,8 +465,6 @@ String RID_LIM_FROMTOX_HELP
{
Text [ en-US ] = "Limes Sup/Sub script" ;
};
-String RID_LIMINFX { Text = "liminf <?> " ; };
-String RID_LIMSUPX { Text = "limsup <?> " ; };
String RID_EXISTS { Text = "exists " ; };
String RID_EXISTS_HELP
{
@@ -570,40 +561,24 @@ String RID_LINT_FROMTOX_HELP
Text [ en-US ] = "Curve Integral Sup/Sub script" ;
};
String RID_LLINTX { Text = "llint <?> " ; };
-String RID_LLINTX_HELP
-{
- Text [ en-US ] = "Double Curve Integral" ;
-};
String RID_LLINT_FROMX { Text = "llint from{<?>} <?> " ; };
String RID_LLINT_FROMX_HELP
{
Text [ en-US ] = "Double Curve Integral Subscript Bottom" ;
};
String RID_LLINT_TOX { Text = "llint to{<?>} <?> " ; };
-String RID_LLINT_TOX_HELP
-{
- Text [ en-US ] = "Double Curve Integral Superscript Top" ;
-};
String RID_LLINT_FROMTOX { Text = "llint from{<?>} to{<?>} <?> " ; };
String RID_LLINT_FROMTOX_HELP
{
Text [ en-US ] = "Double Curve Integral Sup/Sub script" ;
};
String RID_LLLINTX { Text = "lllint <?> " ; };
-String RID_LLLINTX_HELP
-{
- Text [ en-US ] = "Triple Curve Integral" ;
-};
String RID_LLLINT_FROMX { Text = "lllint from{<?>} <?> " ; };
String RID_LLLINT_FROMX_HELP
{
Text [ en-US ] = "Triple Curve Integral Subscript Bottom" ;
};
String RID_LLLINT_TOX { Text = "lllint to{<?>} <?> " ; };
-String RID_LLLINT_TOX_HELP
-{
- Text [ en-US ] = "Triple Curve Integral Superscript Top" ;
-};
String RID_LLLINT_FROMTOX { Text = "lllint from{<?>} to{<?>} <?> " ; };
String RID_LLLINT_FROMTOX_HELP
{
@@ -742,16 +717,6 @@ String RID_COLORX_MAGENTA_HELP
{
Text [ en-US ] = "Color Magenta" ;
};
-String RID_COLORX_AQUA { Text = "color aqua {<?>} " ; };
-String RID_COLORX_AQUA_HELP
-{
- Text [ en-US ] = "Color Aqua" ;
-};
-String RID_COLORX_FUCHSIA { Text = "color fuchsia {<?>} " ; };
-String RID_COLORX_FUCHSIA_HELP
-{
- Text [ en-US ] = "Color Fuchsia" ;
-};
String RID_COLORX_GRAY { Text = "color gray {<?>} " ; };
String RID_COLORX_GRAY_HELP
{