[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Feb 20 12:53:07 UTC 2019
wsd/LOOLWSD.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f7de69fcbef4fc4b6db78fc72749fd009c4e2ebb
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Wed Feb 20 13:52:46 2019 +0100
Commit: Andras Timar <andras.timar at 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()
More information about the Libreoffice-commits
mailing list