summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-16 09:01:24 +0200
committerNoel Grandin <noel@peralex.com>2015-10-16 10:17:54 +0200
commitcb2c4d775664121c3034abda5a8b5cdd5044f148 (patch)
tree6507c5b3f080982f1ad1c0060db517a696c58587 /qadevOOo/runner
parentafc9d56bdd15bf50565945c67b791f65f0977e64 (diff)
cid#1327197 UwF: Unwritten field
Change-Id: I06d167e1f6aebeb6629cbbc7fb90ffed8cec837d
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/util/DBTools.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java
index 46af25a99f97..589f714b6976 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -125,10 +125,6 @@ public class DBTools {
* Representation of <code>'TableFilter'</code> property.
*/
private String[] TableFilter = null ;
- /**
- * Representation of <code>'TableTypeFilter'</code> property.
- */
- private String[] TableTypeFilter = null ;
/**
* Creates an empty instance.
@@ -159,7 +155,6 @@ public class DBTools {
if (SuppressVersionColumns != null) props.setPropertyValue("SuppressVersionColumns", SuppressVersionColumns) ;
if (IsReadOnly != null) props.setPropertyValue("IsReadOnly", IsReadOnly) ;
if (TableFilter != null) props.setPropertyValue("TableFilter", TableFilter) ;
- if (TableTypeFilter != null) props.setPropertyValue("TableTypeFilter", TableTypeFilter) ;
return src ;
}