summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/parse.cxx')
-rw-r--r--starmath/source/parse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index b386cf36fbab..9ecd5ae1a370 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -2518,7 +2518,7 @@ size_t SmParser::AddError(SmParseError Type, SmNode *pNode)
default:
nRID = RID_ERR_UNKOWN;
}
- pErrDesc->Text += SmResId(nRID);
+ pErrDesc->Text += SM_RESSTR(nRID);
m_aErrDescList.push_back( pErrDesc );