From 4e8552993aed7caaa247bb1baf6168ddcfba159a Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 23 Jul 2012 17:49:03 -0400 Subject: Add new formula config option in the UI for "treat empty string as zero." Change-Id: I116857ee8b377c80707efbc76fcfa06c3e46201d --- 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 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(); -- cgit