diff options
author | Ingrid Halama [iha] <Ingrid.Halama@oracle.com> | 2011-01-28 17:43:26 +0100 |
---|---|---|
committer | Ingrid Halama [iha] <Ingrid.Halama@oracle.com> | 2011-01-28 17:43:26 +0100 |
commit | 3845b33337e618a7b9ff540601c0742c1d5191b6 (patch) | |
tree | 3eb837f78946072a82967b78c4c11ccaa552e612 /oox/inc | |
parent | 560ccd356b046e348c508c3ebecdf7f7d921f42b (diff) | |
parent | d5d0ee896715562758a4db4c024a59ac89ddd631 (diff) |
chart46: merge with dev300m98
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(); |