Bug 90552 - Support Calc shared document mode over non-file URI schemes
Summary: Support Calc shared document mode over non-file URI schemes
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
: 95904 (view as bug list)
Depends on:
Blocks: Calc-Enhancements
  Show dependency treegraph
 
Reported: 2015-04-10 15:05 UTC by Stephan Bergmann
Modified: 2023-09-27 21:06 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Bergmann 2015-04-10 15:05:34 UTC
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.
Comment 1 raal 2015-04-11 05:19:22 UTC
Setting to new
Comment 2 Aron Budea 2016-08-11 03:26:49 UTC
*** Bug 95904 has been marked as a duplicate of this bug. ***