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 @@ ...@@ -39,6 +39,7 @@
#include <tokenarray.hxx> #include <tokenarray.hxx>
#include <tokenuno.hxx> #include <tokenuno.hxx>
#include <compiler.hxx> #include <compiler.hxx>
#include <document.hxx>
namespace oox { namespace oox {
namespace xls { namespace xls {
...@@ -332,6 +333,7 @@ std::unique_ptr<ScTokenArray> DefinedName::getScTokens( ...@@ -332,6 +333,7 @@ std::unique_ptr<ScTokenArray> DefinedName::getScTokens(
// after, a resulting error must be reset. // after, a resulting error must be reset.
FormulaError nErr = pArray->GetCodeError(); FormulaError nErr = pArray->GetCodeError();
aCompiler.CompileTokenArray(); aCompiler.CompileTokenArray();
getScDocument().CheckLinkFormulaNeedingCheck( *pArray);
pArray->DelRPN(); pArray->DelRPN();
pArray->SetCodeError(nErr); 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