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

Fix typos

Change-Id: I1c3fccac03b5cc8acdd1d25dc5536f5874ff26ad
Reviewed-on: https://gerrit.libreoffice.org/70575
Tested-by: Jenkins
Reviewed-by: 's avatarhimajin100000 <himajin100000@gmail.com>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 1e755202
...@@ -459,7 +459,7 @@ ONDXNode ONDXPage::Split(ONDXPage& rPage) ...@@ -459,7 +459,7 @@ ONDXNode ONDXPage::Split(ONDXPage& rPage)
aResultNode = (*this)[(nCount + 1) / 2]; aResultNode = (*this)[(nCount + 1) / 2];
nCount = (nCount + 1) / 2; nCount = (nCount + 1) / 2;
// new page points to page with extraced node // new page points to page with extracted node
rPage.SetChild(aResultNode.GetChild()); rPage.SetChild(aResultNode.GetChild());
} }
// node points to new page // node points to new page
......
...@@ -43,7 +43,7 @@ struct NamedArgument ...@@ -43,7 +43,7 @@ struct NamedArgument
*/ */
string Name; string Name;
/** The value of the argument whoose name is the one as contained in the /** The value of the argument whose name is the one as contained in the
member #Name. member #Name.
*/ */
any Value; any Value;
......
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