From 5edc57ee4f08dab7c66d4f48cffabe002ec8521d Mon Sep 17 00:00:00 2001 From: Ingrid Halama Date: Fri, 23 Jan 2004 09:29:25 +0000 Subject: no axes for pie --- chart2/source/tools/ChartTypeHelper.cxx | 6 +++--- chart2/source/tools/makefile.mk | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'chart2') diff --git a/chart2/source/tools/ChartTypeHelper.cxx b/chart2/source/tools/ChartTypeHelper.cxx index d58c97906204..0e1bc1c778d0 100644 --- a/chart2/source/tools/ChartTypeHelper.cxx +++ b/chart2/source/tools/ChartTypeHelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ChartTypeHelper.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: iha $ $Date: 2004-01-17 13:09:53 $ + * last change: $Author: iha $ $Date: 2004-01-23 10:29:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -198,7 +198,7 @@ sal_Bool ChartTypeHelper::isSupportingMainAxis( const uno::Reference< XChartType { rtl::OUString aChartTypeName = xChartType->getChartType(); if( aChartTypeName.match(C2U("com.sun.star.chart2.PieChart")) ) - return sal_True; //@todo replace true by false sal_False; + return sal_False; if( nDimensionIndex == 2 ) return ChartTypeHelper::getDimensionCount( xChartType ) == 3; diff --git a/chart2/source/tools/makefile.mk b/chart2/source/tools/makefile.mk index ef686e59060e..b52ec316f49e 100644 --- a/chart2/source/tools/makefile.mk +++ b/chart2/source/tools/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: iha $ $Date: 2003-12-17 17:42:22 $ +# last change: $Author: iha $ $Date: 2004-01-23 10:29:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,7 +94,6 @@ SLOFILES= \ $(SLO)$/LinearRegressionCurveCalculator.obj \ $(SLO)$/LogarithmicRegressionCurveCalculator.obj \ $(SLO)$/MeanValueRegressionCurveCalculator.obj \ - $(SLO)$/OChartElementContainerHelper.obj \ $(SLO)$/OEnumeration.obj \ $(SLO)$/OIndexContainer.obj \ $(SLO)$/OPropertySet.obj \ -- cgit