summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/calcoptionsdlg.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-13 16:57:56 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-19 17:03:18 +0200
commitfbe359018a4f0be9eb8f4e05435fab947dfcb308 (patch)
tree788f0ff215c6a5ffc48f0b9d4c6a1843f19d2e89 /sc/source/ui/optdlg/calcoptionsdlg.cxx
parent2eada22f6f2495e9e61be63a896e3a839be08702 (diff)
store opencl auto select setting in configuration
Change-Id: I687b31959b2932cc1b5f7ce6daea8d7bbbe85ee5
Diffstat (limited to 'sc/source/ui/optdlg/calcoptionsdlg.cxx')
-rw-r--r--sc/source/ui/optdlg/calcoptionsdlg.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.cxx b/sc/source/ui/optdlg/calcoptionsdlg.cxx
index 4ac8b917e42e..76871cb0b008 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.cxx
+++ b/sc/source/ui/optdlg/calcoptionsdlg.cxx
@@ -349,6 +349,8 @@ void ScCalcOptionsDialog::OpenclAutomaticSelectionChanged()
mpOpenclInfoList->Disable();
else
mpOpenclInfoList->Enable();
+
+ maConfig.mbOpenCLAutoSelect = bValue;
}
void ScCalcOptionsDialog::RadioValueChanged()