summaryrefslogtreecommitdiff
path: root/starmath/source/mathtype.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-15 10:42:04 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-15 11:14:28 +0300
commitcb6d67c21f11811c5bc023b9565c1c1b1f4081fa (patch)
treeff8a4b192a2ca846d32111732563432244135910 /starmath/source/mathtype.cxx
parent1a357b7394ac7b48b72821bff1aae4706265d7a4 (diff)
Spelling "separate" (etc) correctly is hard
Diffstat (limited to 'starmath/source/mathtype.cxx')
-rw-r--r--starmath/source/mathtype.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index 8a73c1a604b3..8b958a144a42 100644
--- a/starmath/source/mathtype.cxx
+++ b/starmath/source/mathtype.cxx
@@ -1281,7 +1281,7 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector,
}
- HandleMatrixSeperator(nMatrixRows,nMatrixCols,
+ HandleMatrixSeparator(nMatrixRows,nMatrixCols,
nCurCol,nCurRow);
switch (nSelector)
@@ -1681,7 +1681,7 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector,
//symbols that follow some of these
//records. Foo Data.
- /*In matrices and piles we cannot seperate equation
+ /*In matrices and piles we cannot separate equation
*lines with the newline keyword*/
if (nMatrixCols==0)
newline++;
@@ -1704,13 +1704,13 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector,
if (xfLMOVE(nTag))
HandleNudge();
nRet = HandlePile(nSetAlign,nLevel,nSelector,nVariation);
- HandleMatrixSeperator(nMatrixRows,nMatrixCols,nCurCol,nCurRow);
+ HandleMatrixSeparator(nMatrixRows,nMatrixCols,nCurCol,nCurRow);
break;
case MATRIX:
if (xfLMOVE(nTag))
HandleNudge();
nRet = HandleMatrix(nLevel,nSelector,nVariation);
- HandleMatrixSeperator(nMatrixRows,nMatrixCols,nCurCol,nCurRow);
+ HandleMatrixSeparator(nMatrixRows,nMatrixCols,nCurCol,nCurRow);
break;
case EMBEL:
if (xfLMOVE(nTag))
@@ -1778,10 +1778,10 @@ int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector,
*with fiddley logic to see if we are in a matrix or a pile or neither
Note we cannot tell until after the event that this is the last entry
- of a pile, so we must strip the last seperator of a pile after this
+ of a pile, so we must strip the last separator of a pile after this
is detected in the PILE handler
*/
-void MathType::HandleMatrixSeperator(int nMatrixRows,int nMatrixCols,
+void MathType::HandleMatrixSeparator(int nMatrixRows,int nMatrixCols,
int &rCurCol,int &rCurRow)
{
if (nMatrixRows!=0)