From d26da8701469db73bc06adc2b59ccb5b6f862fff Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 17 Feb 2016 15:25:27 +0900 Subject: starmath: Drop unused RID_COLORX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I99e66067deb314c48347e18ebb5942501de19d17 Reviewed-on: https://gerrit.libreoffice.org/22415 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- starmath/inc/starmath.hrc | 1 - starmath/source/commands.src | 1 - 2 files changed, 2 deletions(-) diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index cab9a94b9423..7f9fc54b1689 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -380,7 +380,6 @@ #define RID_ITALX (RID_APP_START + 1718) #define RID_SIZEXY (RID_APP_START + 1719) #define RID_FONTXY (RID_APP_START + 1720) -#define RID_COLORX (RID_APP_START + 1721) #define RID_WIDEHATX (RID_APP_START + 1722) #define RID_WIDETILDEX (RID_APP_START + 1723) #define RID_WIDEVECX (RID_APP_START + 1724) diff --git a/starmath/source/commands.src b/starmath/source/commands.src index 6b8a9576a2d4..6fb8ba54b7ca 100644 --- a/starmath/source/commands.src +++ b/starmath/source/commands.src @@ -712,7 +712,6 @@ String RID_FONTXY_HELP { Text [ en-US ] = "Change Font" ; }; -String RID_COLORX { Text = "color {} " ; }; String RID_COLORX_BLACK { Text = "color black {} " ; }; String RID_COLORX_BLACK_HELP { -- cgit