From bbc6414be17799b90ef84b1cecab76ee10dede9b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 19 Oct 2015 17:50:50 +0200 Subject: loplugin:defaultparams Change-Id: I9bfa7be4a8035d6dfbd0bd13505ba13c3d085455 --- sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx') diff --git a/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx b/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx index 1a3420650edb..a5e9520e5d36 100644 --- a/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx @@ -149,8 +149,8 @@ void ScAnalysisOfVarianceDialog::FactorChanged() { if (mpSingleFactorRadio->IsChecked()) { - mpGroupByRowsRadio->Enable(true); - mpGroupByColumnsRadio->Enable(true); + mpGroupByRowsRadio->Enable(); + mpGroupByColumnsRadio->Enable(); mpRowsPerSampleField->Enable(false); meFactor = SINGLE_FACTOR; } -- cgit