[Libreoffice-commits] core.git: starmath/inc starmath/source
Takeshi Abe
tabe at fixedpoint.jp
Wed Mar 8 05:57:28 UTC 2017
starmath/inc/starmath.hrc | 3 +--
starmath/source/smres.src | 10 ----------
2 files changed, 1 insertion(+), 12 deletions(-)
New commits:
commit 279445f5cce454efda240b6937791a47087690fb
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Wed Mar 8 13:49:37 2017 +0900
starmath: Drop unused RIDs
Change-Id: I1449b3e58f319c67f3a921f74ceab283a6fc4f12
Reviewed-on: https://gerrit.libreoffice.org/34962
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Takeshi Abe <tabe at fixedpoint.jp>
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc
index 3eba1d4..1d83abf 100644
--- a/starmath/inc/starmath.hrc
+++ b/starmath/inc/starmath.hrc
@@ -135,8 +135,7 @@
// blank: 927 - 931
#define RID_ERR_POUNDEXPECTED (RID_APP_START + 932)
#define RID_ERR_COLOREXPECTED (RID_APP_START + 933)
-#define RID_ERR_LPARENTEXPECTED (RID_APP_START + 934)
-#define RID_ERR_RPARENTEXPECTED (RID_APP_START + 935)
+// blank: 934 - 935
#define RID_ERR_RIGHTEXPECTED (RID_APP_START + 936)
// new resource ID's
diff --git a/starmath/source/smres.src b/starmath/source/smres.src
index 615c6dc..69252a5 100644
--- a/starmath/source/smres.src
+++ b/starmath/source/smres.src
@@ -206,16 +206,6 @@ String RID_ERR_COLOREXPECTED
Text [ en-US ] = "Color required" ;
};
-String RID_ERR_LPARENTEXPECTED
-{
- Text [ en-US ] = "Left limit expected" ;
-};
-
-String RID_ERR_RPARENTEXPECTED
-{
- Text [ en-US ] = "Right limit expected" ;
-};
-
String RID_ERR_RIGHTEXPECTED
{
Text [ en-US ] = "'RIGHT' expected" ;
More information about the Libreoffice-commits
mailing list