Hi all,

does anybody know if the following Java code does *exactly* the same
thing as invoking Tools / Update / Update All from the Writer menu?

 XComponent document = desktop.loadComponentFromURL(...);
 XRefreshable refreshable = (XRefreshable)
UnoRuntime.queryInterface(XRefreshable.class, document);
 refreshable.refresh();

Or do I also need to invoke reformat() on the XTextDocument interface?

Thanks

Mirko

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to