summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-05-14 11:45:30 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-05-14 13:15:11 -0400
commitffa18f56511a91294a3f45bdee9767595e8c03f5 (patch)
tree0a458b2479eaa78303b215ecd2e2275fce312aa2 /sc/inc/compiler.hxx
parenta921d38ad4ee087355945b9a544d1957987f308f (diff)
Update the method comment and add assertion per what the comment says.
Change-Id: I751e33a8bba732e3b7935fc41385ea5e1f8c8704
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 811028c48ad3..527ad760dd09 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -392,8 +392,9 @@ public:
bool IsEnglishSymbol( const OUString& rName );
bool IsErrorConstant( const OUString& ) const;
- //! _either_ CompileForFAP _or_ AutoCorrection, _not_ both
- // #i101512# SetCompileForFAP is in formula::FormulaCompiler
+ /**
+ * When auto correction is set, the jump command reorder must be enabled.
+ */
void SetAutoCorrection( bool bVal );
void SetCloseBrackets( bool bVal ) { mbCloseBrackets = bVal; }
void SetRefConvention( const Convention *pConvP );