[Libreoffice-commits] online.git: 2 commits - kit/Kit.cpp Mobile/Mobile.xcodeproj
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Oct 23 10:21:29 UTC 2018
Mobile/Mobile.xcodeproj/project.pbxproj | 1 +
kit/Kit.cpp | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5b13757d4ae343f5aae9dffd15dbbda857b16fd7
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Oct 23 13:18:45 2018 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Oct 23 13:20:53 2018 +0300
Remove obsolete comment
"-1" was changed to "all" (the meaning of which is more obvious) over
a year ago.
Change-Id: I929cff2b35c7493efeb523bf30b6967b983bc068
diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index abd4eabfe..a1a43caca 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -1307,7 +1307,6 @@ private:
/// Helper method to broadcast callback and its payload to all clients
void broadcastCallbackToClients(const int type, const std::string& payload)
{
- // "-1" means broadcast
_tileQueue->put("callback all " + std::to_string(type) + ' ' + payload);
}
commit 8194e2e1e7fcf560d4c473600d609ccccf601a11
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Oct 23 00:49:28 2018 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Oct 23 13:20:43 2018 +0300
Define LOOLWSD_CONFIGDIR also for Release
Change-Id: I41ce6a499d7dc8b76a0c1f8d91ca81008c5474af
diff --git a/Mobile/Mobile.xcodeproj/project.pbxproj b/Mobile/Mobile.xcodeproj/project.pbxproj
index 3d0f71332..e97e3a2e8 100644
--- a/Mobile/Mobile.xcodeproj/project.pbxproj
+++ b/Mobile/Mobile.xcodeproj/project.pbxproj
@@ -936,6 +936,7 @@
"MOBILEAPP=1",
"IOS=IOS",
"DISABLE_DYNLOADING=1",
+ "LOOLWSD_CONFIGDIR='\".\"'",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
HEADER_SEARCH_PATHS = (
More information about the Libreoffice-commits
mailing list