summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:29:47 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-11 08:55:50 +0200
commit81514d136ec5480faffc697cc057c2abd76799a5 (patch)
tree3332fa3a86d3e274cac4326a0bf9733c5f4243ba
parentFix typo (diff)
downloadcore-81514d136ec5480faffc697cc057c2abd76799a5.tar.gz
core-81514d136ec5480faffc697cc057c2abd76799a5.zip
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.cxx2
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl2
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;