summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 12:52:02 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 12:25:17 +0000
commit25e0872da600c65a08c73c335f0e1ef21b2f00f5 (patch)
tree17bb46a39c838c5932ca7ca6b3d4fa3c19488583 /starmath
parent7f56e58148602f75b7b5ccccf1860dc65c4620d0 (diff)
Fix typos
Change-Id: I4eda687db6ad8d41e6a28430c76b288510da605d Reviewed-on: https://gerrit.libreoffice.org/35645 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/cursor.hxx2
-rw-r--r--starmath/source/cursor.cxx2
-rw-r--r--starmath/source/mathmlimport.cxx2
-rw-r--r--starmath/source/mathtype.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx
index 9be0b244e1d2..39502ff9dfc5 100644
--- a/starmath/inc/cursor.hxx
+++ b/starmath/inc/cursor.hxx
@@ -184,7 +184,7 @@ public:
*
* This method is used for implementing backspace and delete.
* If one of these causes a complex selection, e.g. a node with
- * subnodes or similar, this should not be deleted imidiately.
+ * subnodes or similar, this should not be deleted immediately.
*/
bool HasComplexSelection();
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx
index 4560d40e221c..86c345d28935 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -857,7 +857,7 @@ bool SmCursor::InsertRow() {
//Finish editing
FinishEdit(pLineList, pLineParent, nParentIndex, PosAfterInsert);
- //FinishEdit is actually used to handle siturations where parent is an instance of
+ //FinishEdit is actually used to handle situations where parent is an instance of
//SmSubSupNode. In this case parent should always be a table or matrix, however, for
//code reuse we just use FinishEdit() here too.
return true;
diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index 1fcbb327734d..a23397558594 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -2675,7 +2675,7 @@ void SmXMLTableContext_Impl::EndElement()
//be elements that were not inside a <mtd> pair, in which
//case they will not be in a row, i.e. they will not have
//SubNodes, so we have to wait until here before we can
- //resolve the situation. Implicitsurrounding tags are
+ //resolve the situation. Implicit surrounding tags are
//surprisingly difficult to get right within this
//architecture
diff --git a/starmath/source/mathtype.cxx b/starmath/source/mathtype.cxx
index 791dc9bd1583..e9fe0cee8a87 100644
--- a/starmath/source/mathtype.cxx
+++ b/starmath/source/mathtype.cxx
@@ -1764,7 +1764,7 @@ bool MathType::HandleRecords(int nLevel, sal_uInt8 nSelector,
}
/*Simply determine if we are at the end of a record or the end of a line,
- *with fiddley logic to see if we are in a matrix or a pile or neither
+ *with fiddly 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 separator of a pile after this