From ac5954d7c540f34702033d7d951d1d16cb96730a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 11 Aug 2014 15:58:09 +0200 Subject: java: remove commented out code Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1 --- chart2/qa/TestCaseOldAPI.java | 8 -------- 1 file changed, 8 deletions(-) (limited to 'chart2') 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 ) { -- cgit