diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-13 16:57:56 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-19 17:03:18 +0200 |
commit | fbe359018a4f0be9eb8f4e05435fab947dfcb308 (patch) | |
tree | 788f0ff215c6a5ffc48f0b9d4c6a1843f19d2e89 /sc/inc/calcconfig.hxx | |
parent | 2eada22f6f2495e9e61be63a896e3a839be08702 (diff) |
store opencl auto select setting in configuration
Change-Id: I687b31959b2932cc1b5f7ce6daea8d7bbbe85ee5
Diffstat (limited to 'sc/inc/calcconfig.hxx')
-rw-r--r-- | sc/inc/calcconfig.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx index aace08dad030..14778744279d 100644 --- a/sc/inc/calcconfig.hxx +++ b/sc/inc/calcconfig.hxx @@ -29,6 +29,7 @@ struct SC_DLLPUBLIC ScCalcConfig formula::FormulaGrammar::AddressConvention meStringRefAddressSyntax; bool mbEmptyStringAsZero:1; bool mbOpenCLEnabled:1; + bool mbOpenCLAutoSelect:1; ScCalcConfig(); |