public void updateDispatches() {
if (dispatchProviderInterceptor != null) {
XDispatchProviderInterception xDispatchProviderInterception = (XDispatchProviderInterception) UnoRuntime
.queryInterface(XDispatchProviderInterception.class, xFrame);
if (xDispatchProviderInterception != null) {
xDispatchProviderInterception
.releaseDispatchProviderInterceptor(dispatchProviderInterceptor);
dispatchProviderInterceptor = null;
}
}