| commit | 893862c39701b31f25592d035aca6800baefb1fa | [log] |
|---|---|---|
| author | Tor Lillqvist <tml@collabora.com> | Wed Mar 13 16:25:48 2019 +0200 |
| committer | Tor Lillqvist <tml@collabora.com> | Wed Mar 13 16:33:14 2019 +0200 |
| tree | 6ccbeca7ee19a57a32e49f3c9067243d9d751047 | |
| parent | 8025a6190af97f6c0d8be69b18f2103011d4ead7 [diff] |
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
diff --git a/sw/source/uibase/app/swdll.cxx b/sw/source/uibase/app/swdll.cxx index aa36ca7..3605ac4 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 @@ // register your shell-interfaces here RegisterInterfaces(); #if HAVE_FEATURE_DESKTOP // register your controllers here RegisterControls(); #endif if (!utl::ConfigManager::IsFuzzing()) {