summaryrefslogtreecommitdiff
path: root/chart2
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 /chart2
parent89c0a2b2f65beeb6f42d3334662100a13169a8d6 (diff)
java: remove commented out code
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
Diffstat (limited to 'chart2')
-rw-r--r--chart2/qa/TestCaseOldAPI.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/chart2/qa/TestCaseOldAPI.java b/chart2/qa/TestCaseOldAPI.java
index a640b87d8f48..29662004d0f2 100644
--- a/chart2/qa/TestCaseOldAPI.java
+++ b/chart2/qa/TestCaseOldAPI.java
@@ -347,7 +347,6 @@ public class TestCaseOldAPI extends ComplexTestCase {
fMax1 = AnyConverter.toDouble( oMax );
log.println( "Maximum retrieved: " + fMax1 );
//todo: the view has to be built before there is an explicit value
-// assure( "Max is 0.0", fMax1 > 0.0 );
xProp.setPropertyValue( "AutoMax", new Boolean( false ));
oMax = xProp.getPropertyValue( "Max" );
assure( "No Maximum set", AnyConverter.isDouble( oMax ));
@@ -546,13 +545,6 @@ public class TestCaseOldAPI extends ComplexTestCase {
xDiaProp.getPropertyValue( "Vertical" )));
}
- // reset to bar-chart
-// aMyServiceName = new String( "com.sun.star.chart.BarDiagram" );
-// XDiagram xDia = (XDiagram) UnoRuntime.queryInterface(
-// XDiagram.class, xFact.createInstance( aMyServiceName ));
-// assure( aMyServiceName + " could not be created", xDia != null );
-
-// mxOldDoc.setDiagram( xDia );
}
catch( Exception ex )
{