Hi,
I did install OpenOffice 3.1.0 and now some tests that used to pass with
3.0.1 don't pass anymore.
The tests try to retrieve the bookmarks in a document. It uses the Java API:
// accessing the Bookmarks collection of the document
> final XBookmarksSupplier supplier = (XBookmarksSupplier) UnoRuntime
> .queryInterface(XBookmarksSupplier.class, getComponent());
> final XNameAccess bookmarks = supplier.getBookmarks();
> final String[] names = bookmarks.getElementNames();
> ...
The names array is now emply which was not the case before.
Before digging into the problem, I badly need to switch back to OO + SDK
3.0.1.
Unfortunately I don't have the installers anymore and could find the links
in the download pages where I could download OO + SDK Java for 3.0.1 for
both Windows and Linux.
Oscar