0

I am currently developing an OpenOffice-addin and I was wondering if I can query openoffice (writer) for its version. I would like to avoid adding more libraries if possible and rather use built-in mechanisms to do so. Any ideas?

hot33331
  • 805
  • 11
  • 25

1 Answers1

0

Use the ConfigurationProvider service as shown in the Basic code at https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=40282.

A Java example that uses the service is at: How do I override ODF Root RSID using the API.

Note: IIRC, a similar question was answered on stackoverflow about a week ago. However the question and answer seems to have been deleted.

Community
  • 1
  • 1
Jim K
  • 12,824
  • 2
  • 22
  • 51