Kaydet (Commit) 3466475d authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I5ffa6366875d29c8a8bc8273057205c221e04a64
Reviewed-on: https://gerrit.libreoffice.org/58581
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 5d516b4c
......@@ -147,7 +147,7 @@ namespace drawinglayer
A renderer implementing support for this minimal set of primitives can completely
render primitive-based visualisations. Of course, he also has to take states into account
which are representated by GroupPrimitive2D derivations, see groupprimitive2d.hxx
which are represented by GroupPrimitive2D derivations, see groupprimitive2d.hxx
To support getting the geometric BoundRect, getB2DRange is used. The default
implementation will use the get2DDecomposition result and merge a range from the
......
......@@ -6373,7 +6373,7 @@
<value xml:lang="en-US">Instructions</value>
</prop>
<prop oor:name="ShortName">
<value xml:lang="en-US">Instrction</value>
<value xml:lang="en-US">Instruction</value>
</prop>
<prop oor:name="Type">
<value>-1</value>
......
......@@ -9,7 +9,7 @@
<xs:annotation>
<xs:documentation>
This is an XML Schema module for the calculs operators of content
This is an XML Schema module for the calculus operators of content
MathML.
Author: St&#233;phane Dalmas, INRIA.
</xs:documentation>
......
......@@ -44,7 +44,7 @@
<xs:element name="true" type="Constant.type"/>
<xs:element name="false" type="Constant.type"/>
<!-- Infinty -->
<!-- Infinity -->
<xs:element name="infinity" type="Constant.type"/>
......
......@@ -9,7 +9,7 @@
<xs:annotation>
<xs:documentation>
This is an XML Schema module for the vector calculs operators of content
This is an XML Schema module for the vector calculus operators of content
MathML.
Author: St&#233;phane Dalmas, INRIA.
</xs:documentation>
......
......@@ -236,7 +236,7 @@ private:
*
* \subsection caret_positions Caret Positions
*
* A caret position in OpenOffice Math is representated by an instance of SmCaretPos.
* A caret position in OpenOffice Math is represented by an instance of SmCaretPos.
* That is a caret position is a node and an index related to this node. For most nodes the
* index 0, means caret is in front of this node, the index 1 means caret is after this node.
* For SmTextNode the index is the caret position after the specified number of characters,
......@@ -300,7 +300,7 @@ private:
* 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
* formula, representated by an instance of SmCaretPosGraph. Each entry (instances of SmCaretPosGraphEntry)
* formula, represented by an instance of SmCaretPosGraph. Each entry (instances of SmCaretPosGraphEntry)
* has a pointer to the entry to the left and right of itself. This way we can easily find
* the caret position to a right or left of a given caret position. Note each caret position
* only appears once in this graph.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment