From 490e9dbade4f9d69cab4b1ec435944c9b4d2f6c2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 30 May 2017 16:50:18 +0100 Subject: disambiguate dual use of toolbar ids MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit for toolbar title string resource and identifier (for config) Change-Id: I2657c3cbb586a62d8075db7cb43cc064b2030f28 Reviewed-on: https://gerrit.libreoffice.org/38274 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- starmath/inc/starmath.hrc | 2 -- 1 file changed, 2 deletions(-) (limited to 'starmath/inc') diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index 5ec6852f5ef8..7775cb9fab64 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -82,8 +82,6 @@ #define RID_PRINTUIOPT_FITTOPAGE (RID_APP_START + 18) #define RID_PRINTUIOPT_SCALING (RID_APP_START + 19) -#define RID_MATH_TOOLBOX (RID_APP_START + 50) - #define RID_FONTREGULAR (RID_APP_START + 804) #define RID_FONTITALIC (RID_APP_START + 805) #define RID_FONTBOLD (RID_APP_START + 806) -- cgit