summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util')
-rw-r--r--qadevOOo/runner/util/CalcTools.java2
-rw-r--r--qadevOOo/runner/util/SOfficeFactory.java10
-rw-r--r--qadevOOo/runner/util/utils.java2
3 files changed, 7 insertions, 7 deletions
diff --git a/qadevOOo/runner/util/CalcTools.java b/qadevOOo/runner/util/CalcTools.java
index 936267469a04..5e705e26c6c8 100644
--- a/qadevOOo/runner/util/CalcTools.java
+++ b/qadevOOo/runner/util/CalcTools.java
@@ -42,7 +42,7 @@ public class CalcTools {
/**
* fills a range of a calc sheet with computed data of type
* <CODE>Double</CODE>.
- * @param xSheetDoc the Clac documents wich should be filled
+ * @param xSheetDoc the Clac documents which should be filled
* @param sheetNumber the number of the sheet of <CODE>xSheetDoc</CODE>
* @param startCellX the cell number of the X start point (row) of the range to fill
* @param startCellY the cell number of the Y start point (column) of the range to fill
diff --git a/qadevOOo/runner/util/SOfficeFactory.java b/qadevOOo/runner/util/SOfficeFactory.java
index ec55d8804d48..d90fdfca7587 100644
--- a/qadevOOo/runner/util/SOfficeFactory.java
+++ b/qadevOOo/runner/util/SOfficeFactory.java
@@ -425,7 +425,7 @@ public class SOfficeFactory {
}
/**
- * creates a Diagram wich specified in kind(String)
+ * creates a Diagram as specified in kind
*/
public XDiagram createDiagram(XComponent oDoc, String kind) {
XInterface oInterface = null;
@@ -444,8 +444,8 @@ public class SOfficeFactory {
return oDiagram;
}
- /*
- // create a Control-Instance which specified in kind(String)
+ /**
+ * creates a control instance as specified in kind
*/
public XInterface createControl(XComponent oDoc, String kind) {
@@ -462,8 +462,8 @@ public class SOfficeFactory {
return oControl;
}
- /*
- // create an Instance which is specified in kind(String)
+ /**
+ * create an Instance as specified in kind
*/
public Object createInstance(XComponent oDoc, String kind) {
diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java
index 2e27c6d42ca0..c91b42bc068e 100644
--- a/qadevOOo/runner/util/utils.java
+++ b/qadevOOo/runner/util/utils.java
@@ -260,7 +260,7 @@ public class utils {
public static String getOfficeUserPath(XMultiServiceFactory msf) {
String userPath = null;
- // get a folder wich is located in the user dir
+ // get a folder located in the user dir
try {
userPath = getOfficeSettingsValue(msf, "UserConfig");
} catch (Exception e) {