starmath/inc/starmath.hrc | 2 -- starmath/source/smres.src | 8 -------- 2 files changed, 10 deletions(-)
New commits: commit a5d8869cf260303861dd7a0e526459c781da3681 Author: Noel Grandin <[email protected]> Date: Thu Mar 16 10:35:53 2017 +0200 remove unused defines from HRC files in starmath Change-Id: I6c4aa070eac55d7ca9a4bdc404087d32a079dc2c Reviewed-on: https://gerrit.libreoffice.org/35254 Tested-by: Jenkins <[email protected]> Reviewed-by: Noel Grandin <[email protected]> diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index ff2813768bbe..5de6d579cfd1 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -114,8 +114,6 @@ #define STR_ALIGN_LEFT (RID_APP_START + 836) #define STR_ALIGN_CENTER (RID_APP_START + 837) #define STR_ALIGN_RIGHT (RID_APP_START + 838) -#define STR_AQUA (RID_APP_START + 839) -#define STR_FUCHSIA (RID_APP_START + 840) #define STR_GRAY (RID_APP_START + 841) #define STR_LIME (RID_APP_START + 842) #define STR_MAROON (RID_APP_START + 843) diff --git a/starmath/source/smres.src b/starmath/source/smres.src index a67c1aad7ae6..2fc1a436f72a 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -65,14 +65,6 @@ String STR_MAGENTA { Text [ en-US ] = "magenta" ; }; -String STR_AQUA -{ - Text [ en-US ] = "aqua" ; -}; -String STR_FUCHSIA -{ - Text [ en-US ] = "fuchsia" ; -}; String STR_GRAY { Text [ en-US ] = "gray" ; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
