Add comment
Change-Id: I452b1d6fc150d014a5d55df71e9dae96288e67de Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91740 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:
parent
05a29a19d5
commit
312caf918b
1 changed files with 2 additions and 0 deletions
|
@ -469,6 +469,8 @@ static IMP standardImpOfInputAccessoryView = nil;
|
||||||
// Close one end of the socket pair, that will wake up the forwarding thread above
|
// Close one end of the socket pair, that will wake up the forwarding thread above
|
||||||
fakeSocketClose(closeNotificationPipeForForwardingThread[0]);
|
fakeSocketClose(closeNotificationPipeForForwardingThread[0]);
|
||||||
|
|
||||||
|
// I suspect that what this will do (in -[CODocument contentsForType:error:]) is to read the
|
||||||
|
// contents of the file that LO core already saved, and overwrite it with the same contents.
|
||||||
[self.document saveToURL:[self.document fileURL]
|
[self.document saveToURL:[self.document fileURL]
|
||||||
forSaveOperation:UIDocumentSaveForOverwriting
|
forSaveOperation:UIDocumentSaveForOverwriting
|
||||||
completionHandler:^(BOOL success) {
|
completionHandler:^(BOOL success) {
|
||||||
|
|
Loading…
Reference in a new issue