loolwsd/LOOLKit.cpp |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 98020193d40704cd762b78b29374b41b98091237
Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk>
Date:   Sat Nov 19 10:05:28 2016 -0500

    loolwsd: add missing alertAllUsers definition in LOOLKit
    
    Change-Id: I75a08c3c856cc4ff783ea3a805283c7d81c02249
    Reviewed-on: https://gerrit.libreoffice.org/31000
    Reviewed-by: Ashod Nakashian <ashnak...@gmail.com>
    Tested-by: Ashod Nakashian <ashnak...@gmail.com>

diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp
index 4577003..7407384 100644
--- a/loolwsd/LOOLKit.cpp
+++ b/loolwsd/LOOLKit.cpp
@@ -1644,10 +1644,17 @@ namespace Util
 {
 
 #ifndef BUILDING_TESTS
+
+void alertAllUsers(const std::string& msg)
+{
+    document->sendTextFrame(msg);
+}
+
 void alertAllUsers(const std::string& cmd, const std::string& kind)
 {
-    document->sendTextFrame("errortoall: cmd=" + cmd + " kind=" + kind);
+    alertAllUsers("errortoall: cmd=" + cmd + " kind=" + kind);
 }
+
 #endif
 
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to