summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2004-01-23 09:29:25 +0000
committerIngrid Halama <iha@openoffice.org>2004-01-23 09:29:25 +0000
commit5edc57ee4f08dab7c66d4f48cffabe002ec8521d (patch)
treedaa1ab65d3284a21d612281d64478ea04f72a24f /chart2
parent81e923faf1fb7c62b558ccdfa7a5c73d148da054 (diff)
no axes for pie
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/tools/ChartTypeHelper.cxx6
-rw-r--r--chart2/source/tools/makefile.mk5
2 files changed, 5 insertions, 6 deletions
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 \