summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-01-28 17:43:26 +0100
committerIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-01-28 17:43:26 +0100
commit3845b33337e618a7b9ff540601c0742c1d5191b6 (patch)
tree3eb837f78946072a82967b78c4c11ccaa552e612 /oox/inc
parent560ccd356b046e348c508c3ebecdf7f7d921f42b (diff)
parentd5d0ee896715562758a4db4c024a59ac89ddd631 (diff)
chart46: merge with dev300m98
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/drawingml/chart/chartspacemodel.hxx1
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();