The Calc shared document mode ("Tools - Share Document...") only works for files accessed via file URLs. (Cf. > if ( !xContId.is() || xContId->getContentProviderScheme() != "file" ) > throw io::IOException(); // the implementation supports only local files for now in ShareControlFile::OpenStream, svl/source/misc/sharecontrolfile.cxx). <https://bugzilla.redhat.com/show_bug.cgi?id=1157250> asks for making this feature also work over e.g. sftp.
Setting to new
*** Bug 95904 has been marked as a duplicate of this bug. ***