summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-09-08 22:29:30 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-09-08 22:35:34 +0200
commita16c38f74e48402b39d478b3b4c9a9b91bbc2cba (patch)
treeac988494c82641783c29bb4de0da02b77d5c1a08 /starmath/inc
parent9adcd261054a0e99ae032be5e7428e28a6663975 (diff)
Math: Further cleanup and realignment
Change-Id: I8cf6265c02db03585aaa86e137e328317f995e4d
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/smmod.hxx27
-rw-r--r--starmath/inc/starmath.hrc8
2 files changed, 0 insertions, 35 deletions
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx
index 637600a08212..33af82dcbb25 100644
--- a/starmath/inc/smmod.hxx
+++ b/starmath/inc/smmod.hxx
@@ -61,36 +61,12 @@ public:
#define SM_RESSTR(x) SmResId(x).toString()
-class SmNamesArray : public Resource
-{
- ResStringArray aNamesAry;
- LanguageType nLanguage;
-
-public:
- SmNamesArray( LanguageType nLang, int nRID ) :
- Resource( SmResId(RID_LOCALIZED_NAMES) ),
- aNamesAry (SmResId( static_cast < sal_uInt16 > ( nRID ))),
- nLanguage (nLang)
- {
- FreeResource();
- }
-
- LanguageType GetLanguage() const { return nLanguage; }
- const ResStringArray& GetNamesArray() const { return aNamesAry; }
-};
-
-/////////////////////////////////////////////////////////////////
-
class SmLocalizedSymbolData : public Resource
{
ResStringArray aUiSymbolNamesAry;
ResStringArray aExportSymbolNamesAry;
ResStringArray aUiSymbolSetNamesAry;
ResStringArray aExportSymbolSetNamesAry;
- SmNamesArray *p50NamesAry;
- SmNamesArray *p60NamesAry;
- LanguageType n50NamesLang;
- LanguageType n60NamesLang;
public:
SmLocalizedSymbolData();
@@ -105,9 +81,6 @@ public:
const ResStringArray& GetExportSymbolSetNamesArray() const { return aExportSymbolSetNamesAry; }
const OUString GetUiSymbolSetName( const OUString &rExportName ) const;
const OUString GetExportSymbolSetName( const OUString &rUiName ) const;
-
- const ResStringArray* Get50NamesArray( LanguageType nLang );
- const ResStringArray* Get60NamesArray( LanguageType nLang );
};
/////////////////////////////////////////////////////////////////
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc
index 773006709bc9..206e358132cb 100644
--- a/starmath/inc/starmath.hrc
+++ b/starmath/inc/starmath.hrc
@@ -416,14 +416,6 @@
#define RID_EXPORT_SYMBOL_NAMES (RID_APP_START + 3103)
#define RID_UI_SYMBOLSET_NAMES (RID_APP_START + 3105)
#define RID_EXPORT_SYMBOLSET_NAMES (RID_APP_START + 3106)
-#define RID_FRENCH_50_NAMES (RID_APP_START + 3107)
-#define RID_FRENCH_60_NAMES (RID_APP_START + 3108)
-#define RID_ITALIAN_50_NAMES (RID_APP_START + 3109)
-#define RID_ITALIAN_60_NAMES (RID_APP_START + 3110)
-#define RID_SWEDISH_50_NAMES (RID_APP_START + 3111)
-#define RID_SWEDISH_60_NAMES (RID_APP_START + 3112)
-#define RID_SPANISH_50_NAMES (RID_APP_START + 3113)
-#define RID_SPANISH_60_NAMES (RID_APP_START + 3114)
#define RID_CATEGORY_UNARY_BINARY_OPERATORS (RID_APP_START + 4001)
#define RID_CATEGORY_RELATIONS (RID_APP_START + 4002)