Closed GoogleCodeExporter closed 8 years ago
Introduced class OfficeConnectionMode to encapsulate UNO connection type and
parameters.
OfficeManager constructors have changed to use the new type. Examples using the
new API:
OfficeManager officeManager = new
ManagedProcessOfficeManager(OfficeConnectionMode.port(8100));
OfficeManager officeManager = new
ManagedProcessOfficeManager(OfficeConnectionMode.pipe("jodconverter"));
Default constructors have been removed to force users to be aware that e.g. a
TCP
port will be required.
Original comment by mirko.na...@gmail.com
on 25 Jan 2009 at 4:17
Fixed in r66
Original comment by mirko.na...@gmail.com
on 25 Jan 2009 at 4:17
Issue 20 has been merged into this issue.
Original comment by mirko.na...@gmail.com
on 15 Feb 2009 at 2:03
Original comment by mirko.na...@gmail.com
on 27 Mar 2011 at 1:21
Original issue reported on code.google.com by
mirko.na...@gmail.com
on 25 Jan 2009 at 2:13