diff options
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/grammar.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/grammar.hxx b/include/formula/grammar.hxx index b5b499d5aab4..677087d19934 100644 --- a/include/formula/grammar.hxx +++ b/include/formula/grammar.hxx @@ -33,7 +33,7 @@ class FORMULA_DLLPUBLIC FormulaGrammar { public: enum AddressConvention{ - CONV_UNSPECIFIED = -1, /* useful when we want method to chose, must be first */ + CONV_UNSPECIFIED = -1, /* useful when we want method to choose, must be first */ /* elements must be sequential and changes should be reflected in ScCompiler::pCharTables */ CONV_OOO = 0, /* 'doc'#sheet.A1:sheet2.B2 */ |