kit/Kit.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d5f913486ac42a8c73942b5c07bdd459ff64e74b
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Tue Sep 11 13:01:37 2018 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Tue Sep 11 13:01:37 2018 +0300

    Add a clarifying comment
    
    Change-Id: Ia32b3ad65dd410e0f9f9d18c11be2d566ca0d6e0

diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index da518d2fa..1c7ec94ff 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -2062,6 +2062,7 @@ protected:
 
             if (!document)
             {
+                // Creating the Document object starts a thread running 
Document::run().
                 document = std::make_shared<Document>(_loKit, _jailId, docKey, 
docId, url, _queue, _socketPoll, shared_from_this());
             }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to