diff options
author | Eike Rathke <erack@redhat.com> | 2024-07-26 22:43:47 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2024-07-27 00:19:57 +0200 |
commit | 0b683547bbb22cab46e92dfd65c129630bd9ca94 (patch) | |
tree | af5ab4ff8d37c6136bb0676ef975488a8bf0e31e /include/formula/formulahelper.hxx | |
parent | ed2d890d69b64c8f1f19914ef75fa8dcf08e6cbc (diff) |
Related: tdf#159343 Handle TableRef separator in brackets for Function Wizard
... not breaking to next argument of a function parameter.
Change-Id: Ibc7a64c4ea64c415098a213f0ff3d96b8a9dd73c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171085
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/formula/formulahelper.hxx')
-rw-r--r-- | include/formula/formulahelper.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/formula/formulahelper.hxx b/include/formula/formulahelper.hxx index b298dfa36b07..e584af565ca2 100644 --- a/include/formula/formulahelper.hxx +++ b/include/formula/formulahelper.hxx @@ -44,6 +44,8 @@ namespace formula const sal_Unicode sep; const sal_Unicode arrayOpen; const sal_Unicode arrayClose; + const sal_Unicode tableRefOpen; + const sal_Unicode tableRefClose; public: FormulaHelper(const IFunctionManager* _pFunctionManager); |