summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_fwl
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_fwl')
-rw-r--r--qadevOOo/tests/java/mod/_fwl/FilterFactory.java2
-rw-r--r--qadevOOo/tests/java/mod/_fwl/TypeDetection.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_fwl/FilterFactory.java b/qadevOOo/tests/java/mod/_fwl/FilterFactory.java
index e6b4b55cedcf..fc12be06afa5 100644
--- a/qadevOOo/tests/java/mod/_fwl/FilterFactory.java
+++ b/qadevOOo/tests/java/mod/_fwl/FilterFactory.java
@@ -96,7 +96,7 @@ public class FilterFactory extends TestCase {
// XNameContainer; XNameReplace
String filterName = filterNames[0];
- Object[] instance = null;;
+ Object[] instance = null;
new PropertyValue();
try{
instance = (Object[]) xNA.getByName(filterName);
diff --git a/qadevOOo/tests/java/mod/_fwl/TypeDetection.java b/qadevOOo/tests/java/mod/_fwl/TypeDetection.java
index 6152283b4ac3..dbc58e14db36 100644
--- a/qadevOOo/tests/java/mod/_fwl/TypeDetection.java
+++ b/qadevOOo/tests/java/mod/_fwl/TypeDetection.java
@@ -114,7 +114,7 @@ public class TypeDetection extends TestCase {
(XNameAccess.class, oObj);
String[] elementNames = xNA.getElementNames();
String elementName = elementNames[0];
- Object[] instance = null;;
+ Object[] instance = null;
try{
instance = (Object[]) xNA.getByName(elementName);
} catch (com.sun.star.container.NoSuchElementException e){