diff options
author | Balazs Varga <balazs.varga991@gmail.com> | 2019-09-27 14:29:49 +0200 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2019-10-01 11:19:18 +0200 |
commit | 6027ec08fd5df2e09e34ff61b3777ad2cc8304b3 (patch) | |
tree | 81f20e234b0aa95e7afa1895f79a12768d5250b5 /include/oox | |
parent | 78c6b79f2a05eb92f41037fd20c6579a0a644c47 (diff) |
tdf#127777 OOXML chart export: fix X axis position setting "CrossBetween"
Export ShiftedCategoryPosition value into the CrossBetween OOXML tag.
Change-Id: I3d8b298ed47c5326ee4faf0e8663c8c79d5a1d86
Reviewed-on: https://gerrit.libreoffice.org/79502
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/export/chartexport.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index e7474d75ac15..304bd620d1af 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -106,6 +106,7 @@ private: // members filled by InitRangeSegmentationProperties (retrieved from DataProvider) bool mbHasCategoryLabels; //if the categories are only automatically generated this will be false + bool mbIsCategoryPositionShifted; //if the value axis crosses the category axis between tickmarks this will be true //css::uno::Reference< css::drawing::XShapes > mxAdditionalShapes; css::uno::Reference< css::chart2::data::XDataSequence > mxCategoriesValues; |