throw new HResultException(sb.toString());
} finally {
for (int i = 0; i < javaParams.length; i++) {
if (javaParams[i] instanceof OleAutomation) {
OleAutomation tmp = (OleAutomation) javaParams[i];
tmp.dispose();
}
}
}
return SwtOleGlue.convertObjectToVariant(cl, ora, method.getReturnType(), result);
}