diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-09-26 11:44:54 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-09-26 11:47:45 +0200 |
commit | 7f436c1fd3a5f879fc99652043befb35158b3321 (patch) | |
tree | fb7afa124abc55dba2c9d17f4fa10a593485febf /starmath | |
parent | 69c4a8bae5caadc4ff53660dd3f2b938f6dc1734 (diff) |
typo fixes in comments
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/mathtype.cxx | 2 | ||||
-rw-r--r-- | starmath/source/wordexportbase.cxx | 2 |
2 files changed, 2 insertions, 2 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 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 |