Kaydet (Commit) a1f933ee authored tarafından Eike Rathke's avatar Eike Rathke

CheckLinkFormulaNeedingCheck() for .xlsx named expressions

Change-Id: I217c89822ab477a6c383d170ae739e44efd10fa3
üst e089258f
......@@ -39,6 +39,7 @@
#include <tokenarray.hxx>
#include <tokenuno.hxx>
#include <compiler.hxx>
#include <document.hxx>
namespace oox {
namespace xls {
......@@ -332,6 +333,7 @@ std::unique_ptr<ScTokenArray> DefinedName::getScTokens(
// after, a resulting error must be reset.
FormulaError nErr = pArray->GetCodeError();
aCompiler.CompileTokenArray();
getScDocument().CheckLinkFormulaNeedingCheck( *pArray);
pArray->DelRPN();
pArray->SetCodeError(nErr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment