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

New commits:
commit f7de69fcbef4fc4b6db78fc72749fd009c4e2ebb
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Wed Feb 20 13:52:46 2019 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Wed Feb 20 13:52:46 2019 +0100

     fix release build
    
    Change-Id: I20a65d878aa931219af12aa1ada7cf90324ffda7

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 1381b98b2..0919828ca 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -3057,7 +3057,7 @@ private:
 static LOOLWSDServer srv;
 
 #if !MOBILEAPP
-
+#if ENABLE_DEBUG
 std::string LOOLWSD::getServerURL()
 {
     std::ostringstream oss;
@@ -3068,7 +3068,7 @@ std::string LOOLWSD::getServerURL()
 
     return oss.str();
 }
-
+#endif
 #endif
 
 int LOOLWSD::innerMain()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to