summaryrefslogtreecommitdiffstats
path: root/qadevOOo
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-16 11:44:12 +0200
committerNoel Grandin <noel@peralex.com>2015-10-16 12:50:47 +0200
commit84ec34e08e87da58a995006d4b1c9d298a438485 (patch)
tree7381de692dc696c5b51567e61b5185f3f478e9ac /qadevOOo
parentcid#1327206 UwF: Unwritten field (diff)
downloadcore-84ec34e08e87da58a995006d4b1c9d298a438485.tar.gz
core-84ec34e08e87da58a995006d4b1c9d298a438485.zip
cid#1327207 UwF: Unwritten field
Change-Id: Ied3798a1643c0fa2ca86c9d76fef2dcc270f5b2d
Diffstat (limited to 'qadevOOo')
-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 589f714b6976..69a460b66a22 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -114,10 +114,6 @@ public class DBTools {
*/
public Boolean IsPasswordRequired = null ;
/**
- * Representation of <code>'SuppressVersionColumns'</code> property.
- */
- private Boolean SuppressVersionColumns;
- /**
* Representation of <code>'IsReadOnly'</code> property.
*/
private Boolean IsReadOnly = null ;
@@ -152,7 +148,6 @@ public class DBTools {
if (User != null) props.setPropertyValue("User", User) ;
if (Password != null) props.setPropertyValue("Password", Password) ;
if (IsPasswordRequired != null) props.setPropertyValue("IsPasswordRequired", IsPasswordRequired) ;
- if (SuppressVersionColumns != null) props.setPropertyValue("SuppressVersionColumns", SuppressVersionColumns) ;
if (IsReadOnly != null) props.setPropertyValue("IsReadOnly", IsReadOnly) ;
if (TableFilter != null) props.setPropertyValue("TableFilter", TableFilter) ;