summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/chart/typegroupconverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/chart/typegroupconverter.hxx')
-rw-r--r--include/oox/drawingml/chart/typegroupconverter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/drawingml/chart/typegroupconverter.hxx b/include/oox/drawingml/chart/typegroupconverter.hxx
index 16c8271677a0..4f1e2f82f7cf 100644
--- a/include/oox/drawingml/chart/typegroupconverter.hxx
+++ b/include/oox/drawingml/chart/typegroupconverter.hxx
@@ -123,7 +123,7 @@ public:
/** Returns true, if the series in this chart type group are stacked on each other as percentage. */
bool isPercent() const;
/** Returns true, if the chart is three-dimensional. */
- bool is3dChart() const;
+ bool is3dChart() const { return mb3dChart;}
/** Returns true, if chart type supports wall and floor format in 3D mode. */
bool isWall3dChart() const;
/** Returns true, if the series in this chart type group are ordered on the Z axis. */