summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-07-23 17:49:03 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-23 22:06:39 -0400
commit4e8552993aed7caaa247bb1baf6168ddcfba159a (patch)
tree7d9ddec95460a67ecd393cec79031b1b00ead594 /sc/inc
parent7727f93d7dca7ebffc7bcf3ef82cbefca8599eee (diff)
Add new formula config option in the UI for "treat empty string as zero."
Change-Id: I116857ee8b377c80707efbc76fcfa06c3e46201d
Diffstat (limited to 'sc/inc')
-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 48d474616799..2006ba2314ee 100644
--- a/sc/inc/calcconfig.hxx
+++ b/sc/inc/calcconfig.hxx
@@ -38,6 +38,7 @@
struct SC_DLLPUBLIC ScCalcConfig
{
formula::FormulaGrammar::AddressConvention meStringRefAddressSyntax;
+ bool mbEmptyStringAsZero:1;
ScCalcConfig();