diff options
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/smmod.hxx | 2 | ||||
-rw-r--r-- | starmath/inc/starmath.hrc | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx index 62f244bed554..f88b5f13a18d 100644 --- a/starmath/inc/smmod.hxx +++ b/starmath/inc/smmod.hxx @@ -60,7 +60,7 @@ public: #define SM_RESSTR(x) SmResId(x).toString() -class SmLocalizedSymbolData : public Resource +class SmLocalizedSymbolData { ResStringArray aUiSymbolNamesAry; ResStringArray aExportSymbolNamesAry; diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index ef15e8c6ab6d..6fc8fb16fae7 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -469,7 +469,6 @@ #define RID_MISC_MENU (RID_APP_START + 2172) #define RID_FUNCTIONSOTHER1_MENU (RID_APP_START + 2173) -#define RID_LOCALIZED_NAMES (RID_APP_START + 3101) #define RID_UI_SYMBOL_NAMES (RID_APP_START + 3102) #define RID_EXPORT_SYMBOL_NAMES (RID_APP_START + 3103) #define RID_UI_SYMBOLSET_NAMES (RID_APP_START + 3105) |