Kaydet (Commit) d3a24e56 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

vba procedures and macro names will result in crash, fdo#55174

Change-Id: I23073ecc56482670d185b39452a7d8b9d6eb38c8
üst 8e94ac21
......@@ -426,6 +426,10 @@ DefinedName::getTokens()
void DefinedName::convertFormula()
{
// macro function or vba procedure
if(!mpScRangeData)
return;
// convert and set formula of the defined name
if ( getFilterType() == FILTER_OOXML )
{
......
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