Kaydet (Commit) 40b1e826 authored tarafından Eike Rathke's avatar Eike Rathke

eliminate false failure warning

Change-Id: I86a1110c50ace958a68a6971aec34ec632b91c93
üst 0dda7929
......@@ -1540,6 +1540,11 @@ static ScTokenArray* convertToTokenArray(
}
}
break;
// These are handled in batch:
case CELLTYPE_VALUE:
case CELLTYPE_STRING:
case CELLTYPE_EDIT:
break;
default:
OSL_FAIL("attempted to convert an unknown cell type.");
}
......
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