From 2aab1c47df5648a3667c75efcdd1c1a4f08d6146 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 22 Apr 2020 22:37:21 +0200 Subject: 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 --- include/formula/formulahelper.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit