Re: [comment] Deprecated warnings disabled for Office Beans.

2013-04-18 Thread Chris Sherlock
Anyone have an answer for this? Chris On Tue, Apr 16, 2013 at 9:39 PM, Noel Grandin n...@peralex.com wrote: On 2013-04-16 13:24, Chris Sherlock wrote: Oh. But what exactly *are* the new interfaces? The interfaces were deprecated in commit eb99e74c6248c4bc60f4191154ea18319550b28d [1]

Re: [comment] Deprecated warnings disabled for Office Beans.

2013-04-16 Thread Chris Sherlock
Hi all, Noel makes a good point (my initial was totally wrong - not sure why I wrote what I wrote - kids screaming in the background, sorry). I'm a bit curious about the deprecation warnings: LocalOfficeConnection is being derived from a deprecated class, but is not itself deprecated. I'm a but

Re: [comment] Deprecated warnings disabled for Office Beans.

2013-04-16 Thread Noel Grandin
On 2013-04-16 12:26, Chris Sherlock wrote: I'm a bit curious about the deprecation warnings: LocalOfficeConnection is being derived from a deprecated class, but is not itself deprecated. I'm a but confused how this makes any sense? The Java stuff needs an awful lot of TLC. I started

Re: [comment] Deprecated warnings disabled for Office Beans.

2013-04-16 Thread Chris Sherlock
Oh. But what exactly *are* the new interfaces? The interfaces were deprecated in commit eb99e74c6248c4bc60f4191154ea18319550b28d [1] some time in 2005, the only reference I have to why is the cryptic comment INTEGRATION: CWS jl22 (1.2.26); FILE MERGED I'd be happy to try to convert these to a

Re: [comment] Deprecated warnings disabled for Office Beans.

2013-04-16 Thread Chris Sherlock
And even less helpful is the bug that is referenced... All it states is: If there are several instances of OOoBean running in one process and stopOOoConnecition is called on one instance then all other instances do not work anymore. Then nothing... and the interfaces are deprecated. Great.

Re: [comment] Deprecated warnings disabled for Office Beans.

2013-04-16 Thread Michael Stahl
On 16/04/13 13:24, Chris Sherlock wrote: Oh. But what exactly *are* the new interfaces? The interfaces were deprecated in commit eb99e74c6248c4bc60f4191154ea18319550b28d [1] some time in 2005, the only reference I have to why is the cryptic comment INTEGRATION: CWS jl22 (1.2.26); FILE

Re: [comment] Deprecated warnings disabled for Office Beans.

2013-04-16 Thread Noel Grandin
On 2013-04-16 13:24, Chris Sherlock wrote: Oh. But what exactly *are* the new interfaces? The interfaces were deprecated in commit eb99e74c6248c4bc60f4191154ea18319550b28d [1] some time in 2005, the only reference I have to why is the cryptic comment INTEGRATION: CWS jl22 (1.2.26); FILE

Re: [comment] Deprecated warnings disabled for Office Beans.

2013-04-16 Thread Chris Sherlock
Also OfficeWindow :-) Chris On Tue, Apr 16, 2013 at 9:39 PM, Noel Grandin n...@peralex.com wrote: On 2013-04-16 13:24, Chris Sherlock wrote: Oh. But what exactly *are* the new interfaces? The interfaces were deprecated in commit eb99e74c6248c4bc60f4191154ea18319550b28d [1] some time

Re: [comment] Deprecated warnings disabled for Office Beans.

2013-04-16 Thread Chris Sherlock
On Tue, Apr 16, 2013 at 9:39 PM, Noel Grandin n...@peralex.com wrote: At I guess I would say that the correct approach would be to simply drop the usage of com.sun.star.beans.OfficeConnection everywhere and make the code use com.sun.star.beans.LocalOfficeConnection directly. Similarly for