[Libreoffice-commits] core.git: starmath/inc starmath/source

Takeshi Abe tabe at fixedpoint.jp
Wed Feb 17 15:00:54 UTC 2016


 starmath/inc/starmath.hrc    |    1 -
 starmath/source/commands.src |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit d26da8701469db73bc06adc2b59ccb5b6f862fff
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Feb 17 15:25:27 2016 +0900

    starmath: Drop unused RID_COLORX
    
    Change-Id: I99e66067deb314c48347e18ebb5942501de19d17
    Reviewed-on: https://gerrit.libreoffice.org/22415
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc
index cab9a94..7f9fc54 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 6b8a957..6fb8ba5 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
 {


More information about the Libreoffice-commits mailing list