sc/source/filter/excel/xiname.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 8512f13c42ae3fbb287a555616fe10ff04295616 Author: Eike Rathke <er...@redhat.com> Date: Mon Jan 29 19:15:27 2018 +0100 CheckLinkFormulaNeedingCheck() for .xls named expressions Change-Id: Ie03cb5767c34f8157a492a6d6c3b0700d065052d diff --git a/sc/source/filter/excel/xiname.cxx b/sc/source/filter/excel/xiname.cxx index eb4c537398fe..12e6ba3e91f8 100644 --- a/sc/source/filter/excel/xiname.cxx +++ b/sc/source/filter/excel/xiname.cxx @@ -270,7 +270,10 @@ void XclImpName::InsertName(const ScTokenArray* pArray) } } if (pData) + { + GetDoc().CheckLinkFormulaNeedingCheck( *pData->GetCode()); mpScData = pData; // cache for later use + } } XclImpNameManager::XclImpNameManager( const XclImpRoot& rRoot ) : _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits