summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-05-31 09:04:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-05-31 09:04:48 +0000
commit672612996cae28b26a3a379e4e2e94b775d1b17a (patch)
tree6616b58e0678257376c592055bf0593056b0d54e /starmath/inc
parent97fe7f36fea736d009e05d0438c75076d631b142 (diff)
#i10000# ResId changed into SmResId.
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/smmod.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx
index 2dcd0d0f2868..f5e51ce267dc 100644
--- a/starmath/inc/smmod.hxx
+++ b/starmath/inc/smmod.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: smmod.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: vg $ $Date: 2007-05-25 12:33:10 $
+ * last change: $Author: rt $ $Date: 2007-05-31 10:02:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -90,7 +90,7 @@ class SmNamesArray : public Resource
public:
SmNamesArray( LanguageType nLang, int nRID ) :
Resource( SmResId(RID_LOCALIZED_NAMES) ),
- aNamesAry (ResId(nRID)),
+ aNamesAry (SmResId(nRID)),
nLanguage (nLang)
{
FreeResource();