summaryrefslogtreecommitdiff
path: root/starmath/source
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source')
-rw-r--r--starmath/source/mathmlexport.cxx4
-rw-r--r--starmath/source/mathtype.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/mathmlexport.cxx b/starmath/source/mathmlexport.cxx
index a08750be455b..471e0e3b3bb2 100644
--- a/starmath/source/mathmlexport.cxx
+++ b/starmath/source/mathmlexport.cxx
@@ -19,7 +19,7 @@
/*
Warning: The SvXMLElementExport helper class creates the beginning and
- closing tags of xml elements in its constructor and destructor, so theres
+ closing tags of xml elements in its constructor and destructor, so there's
hidden stuff going on, on occasion the ordering of these classes declarations
may be significant
*/
@@ -1211,7 +1211,7 @@ void SmXMLExport::ExportFont(const SmNode *pNode, int nLevel)
default:
SAL_WARN("starmath", "unexpected case");
}
- // According to the parser every node that is to be evaluated heres
+ // According to the parser every node that is to be evaluated here
// has a single non-zero subnode at index 1!! Thus we only need to check
// that single node for follow-up nodes that have an effect on the attribute.
if (pNode->GetNumSubNodes() > 1 && pNode->GetSubNode(1) &&
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index b3dccf7d42a8..59482723f4d5 100644
--- a/starmath/source/mathtype.cxx
+++ b/starmath/source/mathtype.cxx
@@ -68,7 +68,7 @@ void MathType::Init()
General solution required to force starmath to handle
unicode math chars the way it handles its own math
- chars rathar than handle them as text as it will do
+ chars rather than handle them as text as it will do
for the default case below, i.e. incorrect spacing
between math symbols and ordinary text e.g. 1=2 rather
than 1 = 2