return false;
}
protected boolean handleComments(IArea area, HSSFCell cell,
HSSFPatriarch patriarch) {
IContent content = area.getContent();
if (content != null) {
Object sourceObj = content.getGenerateBy();
if (sourceObj instanceof ReportElementDesign) {
sourceObj = ((ReportElementDesign) sourceObj).getHandle();
if (sourceObj instanceof ReportElementHandle) {