summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga991@gmail.com>2020-04-17 14:12:00 +0200
committerLászló Németh <nemeth@numbertext.org>2020-05-05 09:17:22 +0200
commit778a81c114187b193140ebe816eec0805f40b6ab (patch)
tree05df5efb083410743f6875efe81428c4335c69cd /include/oox
parent62ba3248f654febe55fdf422163fff76552e9c32 (diff)
tdf#132486 Chart: fix OOXML export of ShiftedCategoryPosition
Regression from commit 75156c6fd73dc202df541306e1636727d51d6fc3 (tdf#132076 Chart OOXML: fix lost date format of X axis) Change-Id: I4bb62959775b0b6ed11e1f7e5473c3b9805f4e29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92420 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/export/chartexport.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index 39c446fac4aa..194e15628aef 100644
--- a/include/oox/export/chartexport.hxx
+++ b/include/oox/export/chartexport.hxx
@@ -106,7 +106,6 @@ 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;