Kaydet (Commit) f98a687f authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

remove dead code

Change-Id: If60fd90f1ffb8a58cc43e4c4a0f80f68b7511937
üst 57ac4a57
......@@ -3540,7 +3540,7 @@ void SwXCellRange::GetDataSequence(
}
else if (pTextData)
pTextData[nDtaCnt++] = lcl_getString(*pXCell);
else if (pDblData)
else
{
double fVal = fNan;
if (!bForceNumberResults || table::CellContentType_TEXT != pXCell->getType())
......@@ -3591,9 +3591,6 @@ void SwXCellRange::GetDataSequence(
}
pDblData[nDtaCnt++] = fVal;
}
else {
OSL_FAIL( "output sequence missing" );
}
}
}
}
......
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