diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-25 18:35:57 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-25 18:35:57 +0100 |
commit | 610ed2c574bbf9d634cd854967368f5b384ea442 (patch) | |
tree | e10410af050b95f90854f3dad28f0f6aeef077a2 /oox/inc | |
parent | 9cd4cb23c22cd985cd26c7a28fa2f4aa31e04236 (diff) | |
parent | d5d0ee896715562758a4db4c024a59ac89ddd631 (diff) |
CWS gnumake3: resync to m98
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/drawingml/chart/chartspacemodel.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/inc/oox/drawingml/chart/chartspacemodel.hxx b/oox/inc/oox/drawingml/chart/chartspacemodel.hxx index 37c39e315e3e..79390c8b8022 100644 --- a/oox/inc/oox/drawingml/chart/chartspacemodel.hxx +++ b/oox/inc/oox/drawingml/chart/chartspacemodel.hxx @@ -63,6 +63,7 @@ struct ChartSpaceModel bool mbAutoTitleDel; /// True = automatic title deleted manually. bool mbPlotVisOnly; /// True = plot visible cells in a sheet only. bool mbShowLabelsOverMax;/// True = show labels over chart maximum. + bool mbPivotChart; /// True = pivot chart. explicit ChartSpaceModel(); ~ChartSpaceModel(); |