summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 12:55:43 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 10:59:35 +0000
commit3764f7435eb00053e04ea3e8f042fcfc5c7826f2 (patch)
treee7c4eed6cb3d6c70698613cef18e086a647bf507 /qadevOOo/runner/util
parent6d623c9ebca074df4ad46c6316e901eff71c0502 (diff)
Fix typos
Change-Id: Id27f5a357c1333dec5c24c4f5e0fdaed7a775774 Reviewed-on: https://gerrit.libreoffice.org/18963 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'qadevOOo/runner/util')
-rw-r--r--qadevOOo/runner/util/CalcTools.java2
-rw-r--r--qadevOOo/runner/util/UITools.java2
-rw-r--r--qadevOOo/runner/util/ValueChanger.java2
-rw-r--r--qadevOOo/runner/util/db/DataSource.java2
-rw-r--r--qadevOOo/runner/util/utils.java2
5 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/runner/util/CalcTools.java b/qadevOOo/runner/util/CalcTools.java
index 73f11ba81cf0..e9a84cdbc2e3 100644
--- a/qadevOOo/runner/util/CalcTools.java
+++ b/qadevOOo/runner/util/CalcTools.java
@@ -94,7 +94,7 @@ public class CalcTools {
/**
*
* returns an <CODE>XSpreadsheet</CODE> from a Calc document.
- * @param xSheetDoc the Calc docuent which contains the sheet
+ * @param xSheetDoc the Calc document which contains the sheet
* @param sheetNumber the number of the sheet to return
* @throws java.lang.Exception on any error an <CODE>java.lang.Exception</CODE> was thrown
* @return calc sheet
diff --git a/qadevOOo/runner/util/UITools.java b/qadevOOo/runner/util/UITools.java
index f72868e9bab1..c9969d355752 100644
--- a/qadevOOo/runner/util/UITools.java
+++ b/qadevOOo/runner/util/UITools.java
@@ -151,7 +151,7 @@ public class UITools {
} else {
XAccessible xListBoxAccess = UnoRuntime.queryInterface(XAccessible.class, xListBox);
- // if a List is not pulled to be open all entries are not visiblle, therefore the
+ // if a List is not pulled to be open all entries are not visible, therefore the
// boolean argument
xList =AccessibilityTools.getAccessibleObjectForRole(
xListBoxAccess, AccessibleRole.LIST, true);
diff --git a/qadevOOo/runner/util/ValueChanger.java b/qadevOOo/runner/util/ValueChanger.java
index 05b52329e0bb..97ec89cf29f3 100644
--- a/qadevOOo/runner/util/ValueChanger.java
+++ b/qadevOOo/runner/util/ValueChanger.java
@@ -1024,7 +1024,7 @@ public class ValueChanger {
*
* @param val
* the value to be checked.
- * @return <code>true</code> if the value is acssumed to be a structure.
+ * @return <code>true</code> if the value is assumed to be a structure.
*/
private static boolean isStructure(Object val) {
boolean result = true;
diff --git a/qadevOOo/runner/util/db/DataSource.java b/qadevOOo/runner/util/db/DataSource.java
index 5e54a625e9ac..0918ba1d14e6 100644
--- a/qadevOOo/runner/util/db/DataSource.java
+++ b/qadevOOo/runner/util/db/DataSource.java
@@ -128,7 +128,7 @@ public class DataSource
doc.storeAsURL( docURL );
}
- // register the data soource
+ // register the data source
doing = "registering the data source at the database context";
dbContext.registerObject( _registrationName, m_dataSource );
}
diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java
index 9f15fa041dc7..106f757095ee 100644
--- a/qadevOOo/runner/util/utils.java
+++ b/qadevOOo/runner/util/utils.java
@@ -231,7 +231,7 @@ public class utils {
* "Temp" returns the temp folder of the office instance.
* @param msf a XMultiServiceFactory
* @param setting the name of the setting the value should be returned.
- * For example "Temp" reutrns the temp folder of the current office instance.
+ * For example "Temp" returns the temp folder of the current office instance.
* @see com.sun.star.util.PathSettings
* @return the value as String
*/