summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-01-20 15:33:13 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-01-20 17:34:36 +0100
commit493d3558c6e6dce980cb92434f72c0ad03487aa0 (patch)
tree946c223b2f9dd8b28675b28521613cb587c8fd57 /include/formula
parenta557830dea9c287b11f3e610778acab94d03cdb0 (diff)
Fix typo
Thanks a lot to Valter Mura: https://listarchives.libreoffice.org/global/l10n/2022/msg00005.html Change-Id: I37467e1b9ba7cba2553be5df0d8324da8fe6c13b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128303 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/grammar.hxx2
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 */