CheckLinkFormulaNeedingCheck() for .xlsx named expressions
Change-Id: I217c89822ab477a6c383d170ae739e44efd10fa3
This commit is contained in:
@@ -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(
|
|||||||
// 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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user