diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2020-04-22 22:37:21 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2020-04-23 16:40:38 +0200 |
commit | 2aab1c47df5648a3667c75efcdd1c1a4f08d6146 (patch) | |
tree | 492e935d09e6c662a78c3b1d906d97fca9a290b2 /include/formula | |
parent | 7690f3269c89140930f49068133e7d061d475948 (diff) |
Related tdf#131169: avoid magic numbers
Change-Id: Ic82f214f22933e3c74b8b0fc4c6a25b19f103fa1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92735
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/formula')
-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 8774bb332eb0..02f757dc3726 100644 --- a/include/formula/formulahelper.hxx +++ b/include/formula/formulahelper.hxx @@ -50,6 +50,8 @@ namespace formula const CharClass* GetCharClass() const { return m_pCharClass; } + sal_Int32 GetCategoryCount() const; + bool GetNextFunc( const OUString& rFormula, bool bBack, sal_Int32& rFStart, // input and output |