summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 12:21:39 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 10:34:17 +0000
commitf45ac62a20b80033a7f5ccdef4a6c116b6fece24 (patch)
tree960048ceaaa7a874d88a804b2dbec76ae26c910e /starmath
parente90848edfd8cb146ab4e11eb2e62c93ed344d62f (diff)
Fix typos
Change-Id: I89ff6d31662824d83961d6457b82db8d8031168c Reviewed-on: https://gerrit.libreoffice.org/18977 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/caret.hxx2
-rw-r--r--starmath/inc/cursor.hxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/caret.hxx b/starmath/inc/caret.hxx
index fcd6823f089e..d7f7b9efa3bb 100644
--- a/starmath/inc/caret.hxx
+++ b/starmath/inc/caret.hxx
@@ -333,7 +333,7 @@ private:
* As the placement of caret positions depends very much on the context within which a node
* appears it is not trivial to find all caret positions and determine which follows which.
* In OpenOffice Math this is done by the SmCaretPosGraphBuildingVisitor. This visitor builds
- * graph (an instnce of SmCaretPosGraph) over the caret positions. For details on how this
+ * graph (an instance of SmCaretPosGraph) over the caret positions. For details on how this
* graph is build, and how new methods should be implemented see SmCaretPosGraphBuildingVisitor.
*
* The result of the SmCaretPosGraphBuildingVisitor is a graph over the caret positions in a
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx
index 07f62a035afd..d0c1229eeaf6 100644
--- a/starmath/inc/cursor.hxx
+++ b/starmath/inc/cursor.hxx
@@ -73,7 +73,7 @@ class SmDocShell;
*
* This class is used to represent a cursor in a formula, which can be used to manipulate
* an formula programmatically.
- * @remarks This class is a very intimite friend of SmDocShell.
+ * @remarks This class is a very intimate friend of SmDocShell.
*/
class SmCursor{
public:
@@ -133,7 +133,7 @@ public:
* Note: This method uses the parser to translate a command text into a
* tree, then it copies line entries from this tree into the current tree.
* Will not work for commands such as newline or ##, if position is in a matrix.
- * This will work for stuff like "A intersection B". But stuff spaning multiple lines
+ * This will work for stuff like "A intersection B". But stuff spanning multiple lines
* or dependent on the context which position is placed in will not work!
*/
void InsertCommandText(const OUString& aCommandText);
@@ -370,7 +370,7 @@ private:
/** Finish editing
*
* Finishes editing by parsing pLineList and inserting back into pParent at nParentIndex.
- * This method also rebuilts the graph, annotates the selection, sets caret position and
+ * This method also rebuilds the graph, annotates the selection, sets caret position and
* Calls EndEdit.
*
* @remarks Please note that this method will delete pLineList, as the elements are taken.