summaryrefslogtreecommitdiff
path: root/sc/inc/calcconfig.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-06-25 13:38:22 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-06-25 16:14:20 +0100
commit26a45c1886d9167d8f9ae9aad6234a3702768d8a (patch)
treec919f51de310c859bfb677e8e17651aa32764c62 /sc/inc/calcconfig.hxx
parentf9704bf73dfba50421132e5379165912a2779906 (diff)
cleanup options dialog, and add an option for formula grouping.
Change-Id: I3cb19fb24028bc07d24b56786b6573dc79911bda
Diffstat (limited to 'sc/inc/calcconfig.hxx')
-rw-r--r--sc/inc/calcconfig.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx
index 96eabcc14858..aace08dad030 100644
--- a/sc/inc/calcconfig.hxx
+++ b/sc/inc/calcconfig.hxx
@@ -28,6 +28,7 @@ struct SC_DLLPUBLIC ScCalcConfig
{
formula::FormulaGrammar::AddressConvention meStringRefAddressSyntax;
bool mbEmptyStringAsZero:1;
+ bool mbOpenCLEnabled:1;
ScCalcConfig();