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

full absolute refs in range names should be treated like normal abs refs

üst 64e416d4
...@@ -1868,11 +1868,9 @@ bool SkipReference(ScToken* pToken, const ScAddress& rPos, const ScDocument* pOl ...@@ -1868,11 +1868,9 @@ bool SkipReference(ScToken* pToken, const ScAddress& rPos, const ScDocument* pOl
break; break;
} }
} }
else
{ if (IsInCopyRange(aRange, pOldDoc))
if (IsInCopyRange(aRange, pOldDoc)) return true;
return true;
}
return false; return false;
} }
......
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