diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-10 16:29:47 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-11 08:55:50 +0200 |
commit | 81514d136ec5480faffc697cc057c2abd76799a5 (patch) | |
tree | 3332fa3a86d3e274cac4326a0bf9733c5f4243ba | |
parent | 1e755202656276edf2f07de1a0b6e2583d59349e (diff) |
Fix typos
Change-Id: I1c3fccac03b5cc8acdd1d25dc5536f5874ff26ad
Reviewed-on: https://gerrit.libreoffice.org/70575
Tested-by: Jenkins
Reviewed-by: himajin100000 <himajin100000@gmail.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | connectivity/source/drivers/dbase/dindexnode.cxx | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/dbase/dindexnode.cxx b/connectivity/source/drivers/dbase/dindexnode.cxx index 8b4fd49fb54d..be85e87096b4 100644 --- a/connectivity/source/drivers/dbase/dindexnode.cxx +++ b/connectivity/source/drivers/dbase/dindexnode.cxx @@ -459,7 +459,7 @@ ONDXNode ONDXPage::Split(ONDXPage& rPage) aResultNode = (*this)[(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()); } // node points to new page diff --git a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl index 0abc343ef2dd..9de3ae2faec3 100644 --- a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl +++ b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl @@ -43,7 +43,7 @@ struct NamedArgument */ 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. */ any Value; |