summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ucb
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-21 08:35:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-28 16:15:42 +0200
commit2caf5d19376f211bce78c9ecf040fa686201befc (patch)
tree3f6cc30fce207a1977871ebb2d4f61a2daa3704e /qadevOOo/tests/java/ifc/ucb
parente09953e84ac69348cedb6d1324ad40a7c86dcac5 (diff)
Java cleanup - remove unnecessary semi-colons
Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
Diffstat (limited to 'qadevOOo/tests/java/ifc/ucb')
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java b/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java
index 319b1ccad7b6..937e676218c7 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XRemoteContentProviderAcceptor.java
@@ -49,7 +49,7 @@ public class _XRemoteContentProviderAcceptor extends MultiMethodTest {
}
public void disposing (com.sun.star.lang.EventObject obj) {}
- };
+ }
XRemoteContentProviderDoneListener aDoneListener = new DoneListener();
diff --git a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java
index 0672500aa48a..a88c87e82337 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java
@@ -515,7 +515,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
*/
public void _setInteractionHandler() {
XInteractionHandler handler = null;
- Object oHandler = tEnv.getObjRelation("InteractionHandler");;
+ Object oHandler = tEnv.getObjRelation("InteractionHandler");
if (oHandler == null)
throw new StatusException