summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:25:02 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-04 10:21:01 +0000
commit0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 (patch)
treeb5cf38ba79bb7259fe3aeedf660a2ce804b66369 /starmath
parent462e986e0dbd533b3a15696555e08489963c9542 (diff)
Fix typos
Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222 Reviewed-on: https://gerrit.libreoffice.org/16711 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'starmath')
-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