summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-07-02 16:07:33 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-08-20 16:34:38 +0100
commit92090e32dc09a9ceab75e5e78ac8c6b45ac61d0a (patch)
tree9d173bf0e472e754d2aede4cdba1fec96d6e0ce8 /qadevOOo/runner/util
parent34322a1360dd6e10df4212a9fa7d050abcb64dbf (diff)
Java update - remove dead code
Change-Id: Ieafe29dd9e23bb40a2a80bd231c21e30faa9a40e
Diffstat (limited to 'qadevOOo/runner/util')
-rw-r--r--qadevOOo/runner/util/DBTools.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java
index 69bfb06b4d16..42a96c032324 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -239,7 +239,7 @@ public class DBTools {
*/
public Object getDataSourceService() throws Exception
{
- Object src = src = xMSF.createInstance("com.sun.star.sdb.DataSource") ;
+ Object src = xMSF.createInstance("com.sun.star.sdb.DataSource") ;
XPropertySet props = UnoRuntime.queryInterface
(XPropertySet.class, src) ;