summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-05-14 11:17:13 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-05-14 13:15:11 -0400
commit69a7e7440cdafbaeddd344f61cc5dfe54750d509 (patch)
tree98eb2f408311889077da87014a5c6375ae72334a /sc/inc/compiler.hxx
parent5db9391c0640450f3e30dfa9d2c9b8ff9c79b958 (diff)
Use "stop on error" concept rather than "ignore error if true".
Just to keep the pattern of "true" -> "action", "false" -> "no action". Change-Id: I6303bc779cd7048eef2fdc3c2abba8be8f15da6d
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 8ea5c770e8ce..811028c48ad3 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -394,8 +394,7 @@ public:
//! _either_ CompileForFAP _or_ AutoCorrection, _not_ both
// #i101512# SetCompileForFAP is in formula::FormulaCompiler
- void SetAutoCorrection( bool bVal )
- { bAutoCorrect = bVal; bIgnoreErrors = bVal; }
+ void SetAutoCorrection( bool bVal );
void SetCloseBrackets( bool bVal ) { mbCloseBrackets = bVal; }
void SetRefConvention( const Convention *pConvP );
void SetRefConvention( const formula::FormulaGrammar::AddressConvention eConv );