summaryrefslogtreecommitdiff
path: root/chart2/source/tools/makefile.mk
diff options
context:
space:
mode:
authorIngrid Halama <iha@openoffice.org>2003-12-17 16:42:22 +0000
committerIngrid Halama <iha@openoffice.org>2003-12-17 16:42:22 +0000
commit680ed1bc0ed3d3d993e16e13539e8c5dfdb33523 (patch)
tree7cb6bfb8d8becdd1c99d19a77b8b564cc21b46fd /chart2/source/tools/makefile.mk
parent7eafbb8ad2e1e0f0b967fd912def118c5d660776 (diff)
rename ExponentialRegressionCurve->..Calculator + LogarithmicRegressionCurve -> ..Calculator
Diffstat (limited to 'chart2/source/tools/makefile.mk')
-rw-r--r--chart2/source/tools/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/tools/makefile.mk b/chart2/source/tools/makefile.mk
index c12fa4c2a225..ef686e59060e 100644
--- a/chart2/source/tools/makefile.mk
+++ b/chart2/source/tools/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
-# last change: $Author: bm $ $Date: 2003-12-17 16:43:15 $
+# last change: $Author: iha $ $Date: 2003-12-17 17:42:22 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -88,11 +88,11 @@ SLOFILES= \
$(SLO)$/ContextHelper.obj \
$(SLO)$/DataSeriesTreeHelper.obj \
$(SLO)$/DiagramHelper.obj \
- $(SLO)$/ExponentialRegressionCurve.obj \
+ $(SLO)$/ExponentialRegressionCurveCalculator.obj \
$(SLO)$/ImplOPropertySet.obj \
$(SLO)$/LayoutHelper.obj \
$(SLO)$/LinearRegressionCurveCalculator.obj \
- $(SLO)$/LogarithmicRegressionCurve.obj \
+ $(SLO)$/LogarithmicRegressionCurveCalculator.obj \
$(SLO)$/MeanValueRegressionCurveCalculator.obj \
$(SLO)$/OChartElementContainerHelper.obj \
$(SLO)$/OEnumeration.obj \