diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-21 02:49:04 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-04-22 13:57:31 +0200 |
commit | 4a4bdc142ab7a41b69512d54302851e7fbb3100b (patch) | |
tree | 3f2bb8413d74ff7fe5ba531a07fc5e64e9dbf280 /chart2/Library_chartcore.mk | |
parent | cabb933bc2d76dc184e2cdc4c039f7055b73d8d2 (diff) |
fix the remaining issues with the changed handling of ErrorBar props
Change-Id: I75c839cbfccbe84e7aa98aef6959bcd0c5390ab6
Diffstat (limited to 'chart2/Library_chartcore.mk')
-rw-r--r-- | chart2/Library_chartcore.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/Library_chartcore.mk b/chart2/Library_chartcore.mk index 66fbfda6172b..0a5db3fe17f0 100644 --- a/chart2/Library_chartcore.mk +++ b/chart2/Library_chartcore.mk @@ -185,6 +185,7 @@ $(eval $(call gb_Library_add_exception_objects,chartcore,\ chart2/source/tools/LegendHelper \ chart2/source/tools/LifeTime \ chart2/source/tools/LinearRegressionCurveCalculator \ + chart2/source/tools/LinePropertiesHelper \ chart2/source/tools/LineProperties \ chart2/source/tools/LogarithmicRegressionCurveCalculator \ chart2/source/tools/MeanValueRegressionCurveCalculator \ |