sc/source/core/tool/interpr1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 894818ffe020d2d633013082092bb14cf10742f0 Author: Tor Lillqvist <t...@collabora.com> Date: Tue Jun 13 20:58:07 2017 +0300 Use FormulaTokenArray::FirstRPNToken() Change-Id: I834ad8cd53e2c52ae6cd8f78d5bec0870b0d5c3f diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index df787af469e3..547dd0a98db3 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -7830,7 +7830,7 @@ void ScInterpreter::ScIndirect() if (pArr->GetCodeLen() != 1) break; - ScTokenRef xTok( pArr->FirstRPN()); + ScTokenRef xTok( pArr->FirstRPNToken()); if (!xTok) break; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits