summaryrefslogtreecommitdiff
path: root/starmath/source/mathtype.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/mathtype.cxx')
-rw-r--r--starmath/source/mathtype.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index a95c87023bf9..833a5a0f3437 100644
--- a/starmath/source/mathtype.cxx
+++ b/starmath/source/mathtype.cxx
@@ -1990,7 +1990,7 @@ sal_uInt8 MathType::HandleNodes(SmNode *pNode,int nLevel)
{
SmTextNode *pText=(SmTextNode *)pNode;
//if the token str and the result text are the same then this
- //is to be seen as text, else assume its a mathchar
+ //is to be seen as text, else assume it's a mathchar
if (pText->GetText() == OUString(pText->GetToken().aText))
HandleText(pText,nLevel);
else