summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-10-22 01:24:37 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-10-22 23:49:13 +0200
commit73cfe5fece97c90505a24a3fb6daae2e7e27fcef (patch)
tree26dab103298637f0f58f7b30174866b4dd1eaf37 /chart2
parent4ce262f779bad300d6bf6daec1d5ad7ee9979345 (diff)
disable all error bar radion buttons in the beginning, tdf#95057
Change-Id: I611a637038669fe855b4357045bff8d3eb5f8600
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/sidebar/ChartErrorBarPanel.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx
index 9b44f0d77383..f4b66354d1fc 100644
--- a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx
+++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx
@@ -286,6 +286,9 @@ void ChartErrorBarPanel::Initialize()
{
css::uno::Reference<css::util::XModifyBroadcaster> xBroadcaster(mxModel, css::uno::UNO_QUERY_THROW);
xBroadcaster->addModifyListener(mxListener);
+ mpRBNeg->Check(false);
+ mpRBPos->Check(false);
+ mpRBPosAndNeg->Check(false);
updateData();