summaryrefslogtreecommitdiff
path: root/sc/qa/complex/dataPilot
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-11 15:58:09 +0200
committerNoel Grandin <noel@peralex.com>2014-08-14 10:59:48 +0200
commitac5954d7c540f34702033d7d951d1d16cb96730a (patch)
tree310ba9698a10c74662de0714db683f932de32b0c /sc/qa/complex/dataPilot
parent89c0a2b2f65beeb6f42d3334662100a13169a8d6 (diff)
java: remove commented out code
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
Diffstat (limited to 'sc/qa/complex/dataPilot')
-rw-r--r--sc/qa/complex/dataPilot/CheckDataPilot.java1
-rw-r--r--sc/qa/complex/dataPilot/_XDataPilotDescriptor.java5
-rw-r--r--sc/qa/complex/dataPilot/_XPropertySet.java10
3 files changed, 0 insertions, 16 deletions
diff --git a/sc/qa/complex/dataPilot/CheckDataPilot.java b/sc/qa/complex/dataPilot/CheckDataPilot.java
index ee499c30c495..aee79e1d0891 100644
--- a/sc/qa/complex/dataPilot/CheckDataPilot.java
+++ b/sc/qa/complex/dataPilot/CheckDataPilot.java
@@ -134,7 +134,6 @@ public class CheckDataPilot {
new _XDataPilotTable(xDataPilotTable/*, log*/, param);
assertTrue("before failed.", _xDataPilotTable.before());
assertTrue("_getOutputRange failed.", _xDataPilotTable._getOutputRange()) ;
-// assertTrue("_refresh failed.", _xDataPilotTable._refresh()) ;
// _XDataPilotDescriptor
XDataPilotDescriptor xDataPilotDescriptor =
diff --git a/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java b/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
index abb0a4e375c8..3fcee41580db 100644
--- a/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
+++ b/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
@@ -126,11 +126,6 @@ public class _XDataPilotDescriptor {
* </ul>
*/
public boolean _setSourceRange(){
-/* executeMethod("getColumnFields()") ;
- executeMethod("getRowFields()") ;
- executeMethod("getDataFields()") ;
- executeMethod("getHiddenFields()") ;
- executeMethod("getPageFields()") ; */
oObj.setSourceRange(CRA);
diff --git a/sc/qa/complex/dataPilot/_XPropertySet.java b/sc/qa/complex/dataPilot/_XPropertySet.java
index 8ccad66268a1..473e5910f782 100644
--- a/sc/qa/complex/dataPilot/_XPropertySet.java
+++ b/sc/qa/complex/dataPilot/_XPropertySet.java
@@ -229,8 +229,6 @@ public class _XPropertySet {
*/
public boolean _addVetoableChangeListener() {
-// requiredMethod("getPropertySetInfo()");
-
vetoableChanged = false;
boolean result = true;
@@ -285,8 +283,6 @@ public class _XPropertySet {
*/
public boolean _setPropertyValue() {
-// requiredMethod("getPropertySetInfo()");
-
Object gValue = null;
Object sValue = null;
@@ -337,8 +333,6 @@ public class _XPropertySet {
*/
public boolean _getPropertyValue() {
-// requiredMethod("getPropertySetInfo()");
-
boolean result = true;
String toCheck = PTT.normal;
@@ -379,8 +373,6 @@ public class _XPropertySet {
*/
public boolean _removePropertyChangeListener() {
-// requiredMethod("addPropertyChangeListener()");
-
propertyChanged = false;
boolean result = true;
@@ -437,8 +429,6 @@ public class _XPropertySet {
*/
public boolean _removeVetoableChangeListener() {
-// requiredMethod("addVetoableChangeListener()");
-
vetoableChanged = false;
boolean result = true;