diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-23 00:32:12 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-23 02:32:31 +0200 |
commit | bdd87b2acddb2e244569dcc8f228e270614dc59e (patch) | |
tree | 3051e496d9beff050ca1b85e7de0e38229984e99 | |
parent | 4e4890c35f871a7fd2f81691f470a3e5843ae1b3 (diff) |
XY chart needs to set the X value property
Change-Id: Ib17b564c187dfec8abb7a17b2602f814362dd34f
-rw-r--r-- | chart2/source/controller/dialogs/ChartTypeDialogController.cxx | 1 |
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 ) { |