https://bugs.documentfoundation.org/show_bug.cgi?id=151945
Bug ID: 151945
Summary: XDesktop::Terminate() stops all the instances of
soffice
Product: LibreOffice
Version: 7.3.6.2 release
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: sdk
Assignee: [email protected]
Reporter: [email protected]
Hi,
Description:
I start manually LibreOffice Writer to edit a document.
Then, I run a java application. It starts soffice calling the method
BootstrapSocketConnector.connect().
The requests to soffice are well processed (odt to pdf exports).
When I stop the java application, it calls xDesktop.terminate().
Actual result:
xDesktop.terminate() stops all the instances of soffice including the one I
started manually.
Expected result:
The only soffice instance to be stopped should be the one started by the java
application.
Reproducible: Always
Is it an issue? How can I fix it in my java code in order to stop only the
instance started by the java application ?
Thanks,
Gerard
--
You are receiving this mail because:
You are the assignee for the bug.