summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-07-21 11:09:44 +0200
committerJens Carl <j.carl43@gmx.de>2018-07-22 02:03:13 +0200
commitb86ef3b7fa3713031858f7d39c084445a5976a83 (patch)
tree606bb783e015f7ab5881048af0305ed28664694a /qadevOOo
parentccc7d6de630ad7d59dbde65c44f81ad749cb556b (diff)
Fix typos
Change-Id: I326827c394347cbe9fad242e9da5702cba7a4d95 Reviewed-on: https://gerrit.libreoffice.org/57761 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java2
-rw-r--r--qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
index 17f230c342b0..b34cb98e73bf 100644
--- a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
+++ b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java
@@ -343,7 +343,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
* At first <code>setHavingClause</code> sets a complex clause.
* Then method <code>getStructuredHavingClause</code> from object relation
* <code>xQueryAna</code> returns a valid <code>PropertyValue[][]</code>
- * Method <code>setHavingClause</code> was called with an empty sting to
+ * Method <code>setHavingClause</code> was called with an empty string to
* reset filter. Now <code>setStructuredHavingClause</code> with the valid
* <code>PropertyValue[][]</code> as parameter was called.
* Test is ok if <code>getHavingClause</code> from <code>xQueryAna</code>
diff --git a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java
index 349120cabb5a..b139fff75ac9 100644
--- a/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java
+++ b/qadevOOo/tests/java/mod/_xmloff/Draw/XMLStylesExporter.java
@@ -137,7 +137,7 @@ public class XMLStylesExporter extends TestCase {
//create new style
Object SC = SOF.createInstance(xDrawDoc, "com.sun.star.style.Style");
XStyle Style = UnoRuntime.queryInterface(XStyle.class,SC);
- //add new style to style familiy with name[0]
+ //add new style to style family with name[0]
xStyleFamilyName.insertByName(STYLE_NAME,Style);
// Checking Head Tag existence and that property has changed