summaryrefslogtreecommitdiff
path: root/starmath/source/smmod.cxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-11-02 11:13:16 +0000
committerThomas Lange <tl@openoffice.org>2001-11-02 11:13:16 +0000
commit6974ce083e4993c863845ba0217d4b189fadb6e3 (patch)
tree4039a789a473932e3244be3bdaccb66e2c794f50 /starmath/source/smmod.cxx
parent4906ab4cd2221b1bb0c433fbf5632463b24f792a (diff)
#84994# renaming of some symbol names for spanish.
Diffstat (limited to 'starmath/source/smmod.cxx')
-rw-r--r--starmath/source/smmod.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx
index 8034a30639b4..30e8777cde34 100644
--- a/starmath/source/smmod.cxx
+++ b/starmath/source/smmod.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: smmod.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: tl $ $Date: 2001-10-09 09:11:06 $
+ * last change: $Author: tl $ $Date: 2001-11-02 12:13:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -240,6 +240,7 @@ const ResStringArray* SmLocalizedSymbolData::Get50NamesArray( LanguageType nLang
case LANGUAGE_FRENCH : nRID = RID_FRENCH_50_NAMES; break;
case LANGUAGE_ITALIAN : nRID = RID_ITALIAN_50_NAMES; break;
case LANGUAGE_SWEDISH : nRID = RID_SWEDISH_50_NAMES; break;
+ case LANGUAGE_SPANISH : nRID = RID_SPANISH_50_NAMES; break;
default : nRID = -1; break;
}
delete p50NamesAry;
@@ -263,6 +264,7 @@ const ResStringArray* SmLocalizedSymbolData::Get60NamesArray( LanguageType nLang
case LANGUAGE_FRENCH : nRID = RID_FRENCH_60_NAMES; break;
case LANGUAGE_ITALIAN : nRID = RID_ITALIAN_60_NAMES; break;
case LANGUAGE_SWEDISH : nRID = RID_SWEDISH_60_NAMES; break;
+ case LANGUAGE_SPANISH : nRID = RID_SPANISH_60_NAMES; break;
default : nRID = -1; break;
}
delete p60NamesAry;