wsd/LOOLWSD.cpp |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 5849a8f8a36276b258c7094fa375c9a3ab804071
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Wed Feb 13 19:50:37 2019 +0200
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Wed Feb 13 19:50:54 2019 +0200

    getServerURL() is not used in MOBILEAPP
    
    Change-Id: I30a96c89884b6259b0a2fcd5bc5d4bc104569913

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index fccb86ef9..dc949e523 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -3063,6 +3063,8 @@ private:
 
 static LOOLWSDServer srv;
 
+#if !MOBILEAPP
+
 std::string LOOLWSD::getServerURL()
 {
     std::ostringstream oss;
@@ -3074,6 +3076,8 @@ std::string LOOLWSD::getServerURL()
     return oss.str();
 }
 
+#endif
+
 int LOOLWSD::innerMain()
 {
 #if !defined FUZZER && !MOBILEAPP
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to