crashtesting: fix ooo123540-1.xlsx etc
Change-Id: I178c3e5818f4538bc306694115bc3d1cbe95513e
This commit is contained in:
@@ -312,6 +312,9 @@ bool isRangeResultOpCode( OpCode eOp )
|
|||||||
*/
|
*/
|
||||||
bool isPotentialRangeType( FormulaToken* pToken, bool bRPN, bool bRight )
|
bool isPotentialRangeType( FormulaToken* pToken, bool bRPN, bool bRight )
|
||||||
{
|
{
|
||||||
|
if (!pToken)
|
||||||
|
return false;
|
||||||
|
|
||||||
switch (pToken->GetType())
|
switch (pToken->GetType())
|
||||||
{
|
{
|
||||||
case svByte: // could be range result, but only a few
|
case svByte: // could be range result, but only a few
|
||||||
|
Reference in New Issue
Block a user