diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-04 16:12:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-05 11:31:49 +0200 |
commit | f124688cfdfbe96ff2be5ab44ea5023725548146 (patch) | |
tree | 4874bf2b2504979b9733f200e05b68034c7eaefe /bridges | |
parent | 36a74fe54a0cd99372ea646af31ce41ac5ec5b08 (diff) |
java: remove various unused variables
Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/test/testclient.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bridges/test/testclient.java b/bridges/test/testclient.java index 3aa562e744be..873e8de36e74 100644 --- a/bridges/test/testclient.java +++ b/bridges/test/testclient.java @@ -115,7 +115,6 @@ public class testclient if( null != xConnection ) { System.out.println( "after connect" ); - String rootOid = "OfficeDaemon.Factory"; com.sun.star.uno.IBridge bridge = UnoRuntime.getBridgeByName( "java", null, |