try {
editorPart = IDE.openEditor(NOASearchPlugin.getDefault().getWorkbench().
getActiveWorkbenchWindow().getActivePage(), file);
ResultMatchWalker resultMatchWalker = getNewMatchWalker(editorPart, officeSearchMatch);
if(resultMatchWalker != null)
resultMatchWalker.nextMatch();
}
catch (CoreException coreException) {
ErrorDialog.openError(Display.getCurrent().getActiveShell(),
Messages.OfficeSearchResultPage_dialog_title_internalError, coreException.getMessage(), coreException.getStatus());
}