[Libreoffice-commits] online.git: ios/Mobile

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 6 10:48:20 UTC 2020


 ios/Mobile/CODocument.mm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 05a29a19d57957b48bfad6f65c776dc890aad6f8
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Apr 6 12:33:41 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Apr 6 12:48:01 2020 +0200

    Fix typo in comment and elaborate
    
    Change-Id: I2e5560a27d8471188ebb159efd29192a10295547
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91739
    Tested-by: Tor Lillqvist <tml at collabora.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/ios/Mobile/CODocument.mm b/ios/Mobile/CODocument.mm
index 0a08d59f8..095d449ea 100644
--- a/ios/Mobile/CODocument.mm
+++ b/ios/Mobile/CODocument.mm
@@ -41,9 +41,9 @@
     // us for loadFromContents. I get the vague feeling that the file is perhaps just a temporary
     // data container created by the system for us to be used while loading the document data, and
     // not the actual permanent document, especially in the case of things like NextCloud. Or is it?
-    // Is savng back to it (which we have already done by the time we get here, in the LO core code)
-    // correct? This does seem to work, though. Anyway, clearly I need to read more documentation
-    // for UIDocument etc.
+    // Is saving back to the file (which we have already saved to in the core code by the time we
+    // get here) correct? This does seem to work, though. Sadly the Apple documentation is a bit
+    // lacking about how these things *really* work.
     return [[NSFileWrapper alloc] initWithURL:[self fileURL] options:0 error:errorPtr];
 }
 


More information about the Libreoffice-commits mailing list