summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/calcoptionsdlg.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-13 14:29:24 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-19 17:03:18 +0200
commit543749c7f1012fcdc5948f17d5a9626d253487a4 (patch)
treebe84b7edad9322d405a0d52432339a228b4c6eb7 /sc/source/ui/optdlg/calcoptionsdlg.hxx
parent7437095966aaea20625d85b6119fa0469ef19232 (diff)
disable the opencl device selection while auto selection is enabled
Change-Id: Ie2f10e9e863bfcb6a34380049bd63e480aab76d2
Diffstat (limited to 'sc/source/ui/optdlg/calcoptionsdlg.hxx')
-rw-r--r--sc/source/ui/optdlg/calcoptionsdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx
index b52b46f53155..8fade8d7d0a3 100644
--- a/sc/source/ui/optdlg/calcoptionsdlg.hxx
+++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx
@@ -28,6 +28,7 @@ public:
DECL_LINK( SettingsSelHdl, Control* );
DECL_LINK( BtnToggleHdl, void* );
+ DECL_LINK( BtnAutomaticSelectHdl, void* );
const ScCalcConfig& GetConfig() const;
@@ -36,6 +37,7 @@ private:
void SelectionChanged();
void ListOptionValueChanged();
void RadioValueChanged();
+ void OpenclAutomaticSelectionChanged();
#if HAVE_FEATURE_OPENCL
void fillOpenclList();
#endif