https://bugs.documentfoundation.org/show_bug.cgi?id=145197
Bug ID: 145197
Summary: Remote open/save always shows "share" field on Windows
Product: LibreOffice
Version: unspecified
Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Every service in "remote files" shows the "share" field - but only in Windows.
I assume it can be fixed in PlaceEditDialog.cxx with something like this:
// Remove Windows Share entry from dialog on Windows OS, where it's
non-functional
#if defined(_WIN32)
m_xLBServerType->remove(nPos + 3);
+ m_xEDShare->hide();
#else
I don't have a Windows compile/bibisect environment, so I can't test this.
--
You are receiving this mail because:
You are the assignee for the bug.