summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-10-26 00:28:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-10-26 07:36:38 +0200
commit9f93ab871eb068574448b99569f89893b5c1ebdb (patch)
tree862236a3b67068769553717a1c4c95e8dac92dd5
parentbb74df3f1e9feca233cec19e9ade86cd9dbcf195 (diff)
Fix typos
Change-Id: I537871602282f85f2947f91f9b579b0e8cf12fe8 Reviewed-on: https://gerrit.libreoffice.org/62378 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--dbaccess/source/core/api/FilteredContainer.cxx2
-rw-r--r--qadevOOo/tests/java/ifc/text/_XTextSection.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/FilteredContainer.cxx b/dbaccess/source/core/api/FilteredContainer.cxx
index 1e75ea7d747b..b3b3f82d74ef 100644
--- a/dbaccess/source/core/api/FilteredContainer.cxx
+++ b/dbaccess/source/core/api/FilteredContainer.cxx
@@ -46,7 +46,7 @@ namespace dbaccess
using namespace ::cppu;
using namespace ::connectivity::sdbcx;
-/** creates a vector of WildCards and reduce the _rTableFilter of the length of WildsCards
+/** creates a vector of WildCards and reduce the _rTableFilter of the length of WildCards
*/
static sal_Int32 createWildCardVector(Sequence< OUString >& _rTableFilter, std::vector< WildCard >& _rOut)
{
diff --git a/qadevOOo/tests/java/ifc/text/_XTextSection.java b/qadevOOo/tests/java/ifc/text/_XTextSection.java
index 3094aa7c11ed..9aeb70c14142 100644
--- a/qadevOOo/tests/java/ifc/text/_XTextSection.java
+++ b/qadevOOo/tests/java/ifc/text/_XTextSection.java
@@ -39,7 +39,7 @@ public class _XTextSection extends MultiMethodTest {
/**
* Test calls the method. <p>
- * Has <b> OK </b> status if the method returns non zero legth array.
+ * Has <b> OK </b> status if the method returns non zero length array.
*/
public void _getChildSections(){
boolean bResult = false;