summaryrefslogtreecommitdiff
path: root/starmath/inc/smmod.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-26 07:14:22 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-26 07:14:22 +0000
commitc81f2ce509eef560707db393b939460b2757ef91 (patch)
treecc5532a843a225ed9a313f14096dbb2d39cfae21 /starmath/inc/smmod.hxx
parente732f22bf5dbdd1e7a3ef890a51572f7dd6a9a17 (diff)
INTEGRATION: CWS residcleanup (1.13.170); FILE MERGED
2007/03/04 09:37:29 pl 1.13.170.1: #i74635# ResId cleanup
Diffstat (limited to 'starmath/inc/smmod.hxx')
-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 8a2198cbd7b3..902cdb41d00d 100644
--- a/starmath/inc/smmod.hxx
+++ b/starmath/inc/smmod.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: smmod.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2005-10-05 14:58:09 $
+ * last change: $Author: rt $ $Date: 2007-04-26 08:14:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,7 +91,7 @@ public:
SmNamesArray( LanguageType nLang, int nRID ) :
Resource( SmResId(RID_LOCALIZED_NAMES) ),
nLanguage (nLang),
- aNamesAry (ResId(nRID))
+ aNamesAry (SmResId(nRID))
{
FreeResource();
}