summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svtools
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_svtools')
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrl.java4
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java4
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java2
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBoxEntry.java2
4 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrl.java b/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrl.java
index 024fb6329eba..eec7e20fa3e4 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrl.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrl.java
@@ -225,9 +225,9 @@ public class AccessibleIconChoiceCtrl extends TestCase {
TestEnvironment tEnv = new TestEnvironment(oObj);
tEnv.addObjRelation("XAccessibleSelection.multiSelection",
- new Boolean(false));
+ Boolean.FALSE);
tEnv.addObjRelation("XAccessibleSelection.OneAlwaysSelected",
- new Boolean(true));
+ Boolean.TRUE);
String[] expectedStateNames = new String[] {
"com.sun.star.accessibility.AccessibleStateType.ENABLED",
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java b/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java
index 05f7b207625b..38664a09ce90 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleTabBarPageList.java
@@ -153,10 +153,10 @@ public class AccessibleTabBarPageList extends TestCase {
TestEnvironment tEnv = new TestEnvironment(oObj);
tEnv.addObjRelation("XAccessibleSelection.multiSelection",
- new Boolean(false));
+ Boolean.FALSE);
tEnv.addObjRelation("XAccessibleSelection.OneAlwaysSelected",
- new Boolean(true));
+ Boolean.TRUE);
XLayerSupplier oLS = UnoRuntime.queryInterface(XLayerSupplier.class, xDoc);
XInterface oLM = oLS.getLayerManager();
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java b/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java
index f1c5b63689e0..e4f97cbc67fe 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBox.java
@@ -213,7 +213,7 @@ public class AccessibleTreeListBox extends TestCase {
});
tEnv.addObjRelation("XAccessibleSelection.multiSelection",
- new Boolean(false));
+ Boolean.FALSE);
return tEnv;
}
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBoxEntry.java b/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBoxEntry.java
index 7e33393ef782..cac287433443 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBoxEntry.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleTreeListBoxEntry.java
@@ -254,7 +254,7 @@ public class AccessibleTreeListBoxEntry extends TestCase {
});
tEnv.addObjRelation("XAccessibleSelection.multiSelection",
- new Boolean(false));
+ Boolean.FALSE);
tEnv.addObjRelation("XAccessibleText.Text", "Bibliography");