summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-23 00:32:12 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-23 02:32:31 +0200
commitbdd87b2acddb2e244569dcc8f228e270614dc59e (patch)
tree3051e496d9beff050ca1b85e7de0e38229984e99 /chart2
parent4e4890c35f871a7fd2f81691f470a3e5843ae1b3 (diff)
XY chart needs to set the X value property
Change-Id: Ib17b564c187dfec8abb7a17b2602f814362dd34f
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/ChartTypeDialogController.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
index ee1d89968677..b0d96fda4df2 100644
--- a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
+++ b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx
@@ -867,6 +867,7 @@ void XYChartDialogController::adjustParameterToSubType( ChartTypeParameter& rPar
{
rParameter.eStackMode=GlobalStackMode_NONE;
rParameter.b3DLook = false;
+ rParameter.bXAxisWithValues = true;
switch( rParameter.nSubTypeIndex )
{