Hi.
I am connecting to LibreOffice from my Java application via XComponentLoader.loadComponentFromURL("private:stream", "_blank", AUTO, propertyValues);
I set the document title in the Title Bar this way:
XTitle xTitle = UnoRuntime.queryInterface(XTitle.class, x);
xTitle.setTitle(documentName);
But how do I remove phrase “(Remote)” following from the Title Bar?