[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Feb 13 17:51:46 UTC 2019


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

New commits:
commit 5849a8f8a36276b258c7094fa375c9a3ab804071
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Feb 13 19:50:37 2019 +0200
Commit:     Tor Lillqvist <tml at 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


More information about the Libreoffice-commits mailing list