diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-01 12:53:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-02 12:35:01 +0200 |
commit | a8638dc41540e00c341a82c83e5a11fae5f74c20 (patch) | |
tree | b8c4067f1b71fa63cf64a47edc8ca4860ee84d43 /starmath | |
parent | 776a1b9b6b9c574d28b3a321a0f3f8110f34ac90 (diff) |
unused defines
Change-Id: I494e64c69decb9fb3d5b13ffc2f18d99f6b7749f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121442
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/strings.hrc | 1 | ||||
-rw-r--r-- | starmath/inc/strings.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/starmath/inc/strings.hrc b/starmath/inc/strings.hrc index bf73b1b5c614..015c7e7c453a 100644 --- a/starmath/inc/strings.hrc +++ b/starmath/inc/strings.hrc @@ -237,7 +237,6 @@ #define RID_SLRLINEX_HELP NC_("RID_SLRLINEX_HELP", "Single Lines (Scalable)" ) #define RID_SLRDLINEX_HELP NC_("RID_SLRDLINEX_HELP", "Double Lines (Scalable)" ) #define RID_SLMRANGLEXY_HELP NC_("RID_SLMRANGLEXY_HELP", "Operator Brackets (Scalable)" ) -#define RID_XEVALUATEDATY_HELP NC_("RID_XEVALUATEDATY_HELP", "Evaluated At" ) #define RID_XOVERBRACEY_HELP NC_("RID_XOVERBRACEY_HELP", "Braces Top (Scalable)" ) #define RID_XUNDERBRACEY_HELP NC_("RID_XUNDERBRACEY_HELP", "Braces Bottom (Scalable)" ) #define RID_EVALUATEX_HELP NC_("RID_EVALUATEX_HELP", "Evaluate" ) diff --git a/starmath/inc/strings.hxx b/starmath/inc/strings.hxx index 9162dd141016..a9115cc9ea05 100644 --- a/starmath/inc/strings.hxx +++ b/starmath/inc/strings.hxx @@ -229,7 +229,6 @@ #define RID_SLRLINEX "left lline <?> right rline " #define RID_SLRDLINEX "left ldline <?> right rdline " #define RID_SLMRANGLEXY "left langle <?> mline <?> right rangle " -#define RID_XEVALUATEDATY "left none {<?>} right rline_{<?>} " #define RID_XOVERBRACEY "{<?>} overbrace {<?>} " #define RID_XUNDERBRACEY "{<?>} underbrace {<?>} " #define RID_EVALX "evaluate <?> " |