diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-11 15:58:09 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-14 10:59:48 +0200 |
commit | ac5954d7c540f34702033d7d951d1d16cb96730a (patch) | |
tree | 310ba9698a10c74662de0714db683f932de32b0c /sc | |
parent | 89c0a2b2f65beeb6f42d3334662100a13169a8d6 (diff) |
java: remove commented out code
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/complex/dataPilot/CheckDataPilot.java | 1 | ||||
-rw-r--r-- | sc/qa/complex/dataPilot/_XDataPilotDescriptor.java | 5 | ||||
-rw-r--r-- | sc/qa/complex/dataPilot/_XPropertySet.java | 10 | ||||
-rw-r--r-- | sc/qa/complex/sc/CalcRTL.java | 7 |
4 files changed, 0 insertions, 23 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; diff --git a/sc/qa/complex/sc/CalcRTL.java b/sc/qa/complex/sc/CalcRTL.java index ea391bd2e991..586d01505fe5 100644 --- a/sc/qa/complex/sc/CalcRTL.java +++ b/sc/qa/complex/sc/CalcRTL.java @@ -206,9 +206,6 @@ public class CalcRTL /* extends ComplexTestCase */ * this method opens a calc document and sets the corresponding class variable xSheetDoc */ protected boolean openSpreadsheetDocument() { - // SOfficeFactory SOF = SOfficeFactory.getFactory( - // (XMultiServiceFactory) param.getMSF()); - final XMultiServiceFactory xMsf = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentContext().getServiceManager()); SOfficeFactory SOF = SOfficeFactory.getFactory(xMsf); @@ -468,8 +465,6 @@ public class CalcRTL /* extends ComplexTestCase */ } else { return false; } - - //tRes.tested(propName, false); } else { System.out.println("Property '" + propName + "' OK"); @@ -542,8 +537,6 @@ public class CalcRTL /* extends ComplexTestCase */ final XMultiServiceFactory xMsf = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection.getComponentContext().getServiceManager()); SOfficeFactory SOF = SOfficeFactory.getFactory(xMsf); - // SOfficeFactory SOF = SOfficeFactory.getFactory( - // (XMultiServiceFactory) param.getMSF()); XComponent xComp = UnoRuntime.queryInterface( XComponent.class, xSheetDoc); insertedShape = SOF.createShape(xComp, 5000, 3500, 700, 500, |