kit/Kit.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 57959d6e865ccbe09fead3d96da866df52b3220e
Author: Miklos Vajna <[email protected]>
AuthorDate: Tue Jul 21 08:56:18 2020 +0200
Commit: Miklos Vajna <[email protected]>
CommitDate: Tue Jul 21 09:17:24 2020 +0200
Document::dumpState: fix isLoading typo
Change-Id: I21fdb82bcd9ff9348b8a08de9a55a64164ce47f4
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99117
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Miklos Vajna <[email protected]>
diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index 7c8f426d0..1853bed45 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -1556,7 +1556,7 @@ public:
{
oss << "Kit Document:\n"
<< "\n\tstop: " << _stop
- << "\n\tisLoading: " << _stop
+ << "\n\tisLoading: " << _isLoading
<< "\n\tjailId: " << _jailId
<< "\n\tdocKey: " << _docKey
<< "\n\tdocId: " << _docId
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits