summaryrefslogtreecommitdiffstats
path: root/starmath/source/wordexportbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/wordexportbase.cxx')
-rw-r--r--starmath/source/wordexportbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/wordexportbase.cxx b/starmath/source/wordexportbase.cxx
index 228b5e6cee9a..828c18b378ad 100644
--- a/starmath/source/wordexportbase.cxx
+++ b/starmath/source/wordexportbase.cxx
@@ -57,7 +57,7 @@ void SmWordExportBase::HandleNode( const SmNode* pNode, int nLevel )
{
const SmTextNode* pText= static_cast< const 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