} catch (BadLocationException e) {
}
}
if (this.htmlContentAssistProcessor instanceof ICommonContentAssistProcessor) {
ICommonContentAssistProcessor commonContentAssistProcessor = (ICommonContentAssistProcessor) this.htmlContentAssistProcessor;
proposals = commonContentAssistProcessor.computeCompletionProposals(viewer, offset, activationChar,
autoActivated);
} else if (this.htmlContentAssistProcessor != null) {
proposals = this.htmlContentAssistProcessor.computeCompletionProposals(viewer, offset);
}