From fbe359018a4f0be9eb8f4e05435fab947dfcb308 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 13 Sep 2013 16:57:56 +0200 Subject: store opencl auto select setting in configuration Change-Id: I687b31959b2932cc1b5f7ce6daea8d7bbbe85ee5 --- sc/inc/calcconfig.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/calcconfig.hxx') 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(); -- cgit