diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-29 10:30:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-06-29 10:34:27 +0200 |
commit | 63a76a0d3d73bebe29a2d17d777d8e8d9e52e224 (patch) | |
tree | 96c5316421581a428a6e9c575e9095cc3b80da1c /chart2/source/inc | |
parent | 1091744caf4f5509a67b5e5fc8ba2251ef5a6a18 (diff) |
ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignored
...ever since the code's integration with
124d934dffd8737db2d4375029c5a8b3880acaec "INTEGRATION: CWS chart17: #i63857#,
#i4039# more flexible placement of data point labels, best fit for pie labels"
Change-Id: I942d7ff128d0b9e42ede371f81860f3c67943879
Diffstat (limited to 'chart2/source/inc')
-rw-r--r-- | chart2/source/inc/ChartTypeHelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/ChartTypeHelper.hxx b/chart2/source/inc/ChartTypeHelper.hxx index 67b57bf3dd62..bd21130d3689 100644 --- a/chart2/source/inc/ChartTypeHelper.hxx +++ b/chart2/source/inc/ChartTypeHelper.hxx @@ -53,7 +53,7 @@ public: //returns sequence of css::chart::DataLabelPlacement static css::uno::Sequence < sal_Int32 > getSupportedLabelPlacements( - const css::uno::Reference< css::chart2::XChartType >& xChartType, sal_Int32 nDimensionCount, bool bSwapXAndY + const css::uno::Reference< css::chart2::XChartType >& xChartType, bool bSwapXAndY , const css::uno::Reference< css::chart2::XDataSeries >& xSeries ); //returns sequence of css::chart::MissingValueTreatment |