[Libreoffice-commits] online.git: kit/Kit.cpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Sep 11 10:02:47 UTC 2018
kit/Kit.cpp | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d5f913486ac42a8c73942b5c07bdd459ff64e74b
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Sep 11 13:01:37 2018 +0300
Commit: Tor Lillqvist <tml at 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());
}
More information about the Libreoffice-commits
mailing list