summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2024-06-09 18:03:47 +0200
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-06-09 22:13:24 +0200
commite52b555a1d9fb40aa923adcd73f3021c3380db84 (patch)
tree2a2b27d62265119a02969b95c6fd1694049181cd /include
parent2ee02727497475f7abf50f734daaebf4e7a64727 (diff)
Related: tdf#137543 - fix LET function jump count number
Clean-up and fix wrong jump count. Change-Id: Ie64ff95f63c17d2726b3a522af981bcaea2a9a32 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168590 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/formula/tokenarray.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/formula/tokenarray.hxx b/include/formula/tokenarray.hxx
index 4e59ca8e4f02..98e1f4dbb17b 100644
--- a/include/formula/tokenarray.hxx
+++ b/include/formula/tokenarray.hxx
@@ -579,7 +579,6 @@ public:
private:
SAL_DLLPRIVATE const FormulaToken* GetNonEndOfPathToken( short nIdx ) const;
- SAL_DLLPRIVATE const FormulaToken* GetNonEndOfPathToken2( short nIdx ) const;
};
// For use in SAL_INFO, SAL_WARN etc