[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sw/source
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 13 12:21:59 UTC 2019
sw/source/uibase/app/swdll.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit f88617711302864aebcd538c56197030d8c0f3f3
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Mar 13 16:25:48 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Aug 13 14:21:30 2019 +0200
tdf#124057: Do call RegisterControls() on non-DESKTOP
Otherwise the Tools > Word Count dialog doesn't show up in the iOS
app.
Change-Id: Ic425749cc8f3245d7a16d7784d77b02f6d47253f
Reviewed-on: https://gerrit.libreoffice.org/77400
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/sw/source/uibase/app/swdll.cxx b/sw/source/uibase/app/swdll.cxx
index 59e95d141295..9fbe2561155c 100644
--- a/sw/source/uibase/app/swdll.cxx
+++ b/sw/source/uibase/app/swdll.cxx
@@ -18,7 +18,6 @@
*/
#include <memory>
-#include <config_features.h>
#include <svx/svdobj.hxx>
@@ -132,10 +131,8 @@ SwDLL::SwDLL()
// register your shell-interfaces here
RegisterInterfaces();
-#if HAVE_FEATURE_DESKTOP
// register your controllers here
RegisterControls();
-#endif
if (!utl::ConfigManager::IsFuzzing())
{
More information about the Libreoffice-commits
mailing list