diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-19 13:06:07 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-22 08:18:08 +0200 |
commit | f17f977d0ad5b4c51a8f58b43901f72de001a56d (patch) | |
tree | 24e25caa72db9d21b1728f52f17758ab103e9c76 /oox/inc/drawingml/chart | |
parent | acd1c51791bdf522d7ffd8dd225fb59cd2eb17ff (diff) |
loplugin:write only fields
Change-Id: I45895e9845a9037da207f001fece427452ed499f
Diffstat (limited to 'oox/inc/drawingml/chart')
-rw-r--r-- | oox/inc/drawingml/chart/typegroupconverter.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/oox/inc/drawingml/chart/typegroupconverter.hxx b/oox/inc/drawingml/chart/typegroupconverter.hxx index 0e7174000373..694d97fed960 100644 --- a/oox/inc/drawingml/chart/typegroupconverter.hxx +++ b/oox/inc/drawingml/chart/typegroupconverter.hxx @@ -80,8 +80,6 @@ struct TypeGroupInfo const sal_Char* mpcServiceName; /// Service name of the type. VarPointMode meVarPointMode; /// Mode for varying point colors. sal_Int32 mnDefLabelPos; /// Default data label position (API constant). - bool mbCombinable2d; /// True = types can be combined in one axes set. - bool mbSupports3d; /// True = 3D type allowed, false = only 2D type. bool mbPolarCoordSystem; /// True = polar, false = cartesian. bool mbSeriesIsFrame2d; /// True = 2D type series with area formatting. bool mbSingleSeriesVis; /// True = only first series visible (e.g. pie charts). @@ -89,7 +87,6 @@ struct TypeGroupInfo bool mbSwappedAxesSet; /// True = X axis and Y axis are swapped. bool mbSupportsStacking; /// True = data points can be stacked on each other. bool mbReverseSeries; /// True = insert unstacked series in reverse order. - bool mbTicksBetweenCateg; /// True = X axis ticks between categories. bool mbPictureOptions; /// True = bitmaps support options from c:pictureOptions. }; |