diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-19 17:50:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-19 17:50:50 +0200 |
commit | bbc6414be17799b90ef84b1cecab76ee10dede9b (patch) | |
tree | e9c2b2b32110f721a76a0893c388a49eca67e3b3 /sc/source/ui/optdlg/calcoptionsdlg.cxx | |
parent | d14b6230ded413be419591b929beed58fc1bbc77 (diff) |
loplugin:defaultparams
Change-Id: I9bfa7be4a8035d6dfbd0bd13505ba13c3d085455
Diffstat (limited to 'sc/source/ui/optdlg/calcoptionsdlg.cxx')
-rw-r--r-- | sc/source/ui/optdlg/calcoptionsdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.cxx b/sc/source/ui/optdlg/calcoptionsdlg.cxx index 7ddc4c8719c2..862a59367c78 100644 --- a/sc/source/ui/optdlg/calcoptionsdlg.cxx +++ b/sc/source/ui/optdlg/calcoptionsdlg.cxx @@ -216,7 +216,7 @@ void ScCalcOptionsDialog::CoupleEmptyAsZeroToStringConversion() case ScCalcConfig::StringConversion::LOCALE: // Reset to the value the user selected before. maConfig.mbEmptyStringAsZero = mbSelectedEmptyStringAsZero; - mpEmptyAsZero->Enable(true); + mpEmptyAsZero->Enable(); mpEmptyAsZero->Check( mbSelectedEmptyStringAsZero); break; } |