From 5fc484a786a04d65811518b7effab66925dcec72 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 1 Dec 2017 21:56:55 +0000 Subject: Initialize more for sharing during pre-init. Change-Id: I12b90504ec9161318683ebad8f8e4dd1e614da89 Reviewed-on: https://gerrit.libreoffice.org/46120 Reviewed-by: Jan Holesovsky Tested-by: Jan Holesovsky Reviewed-on: https://gerrit.libreoffice.org/48510 --- framework/source/accelerators/globalacceleratorconfiguration.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework') diff --git a/framework/source/accelerators/globalacceleratorconfiguration.cxx b/framework/source/accelerators/globalacceleratorconfiguration.cxx index 36691cb3f2d7..2a05887f7c98 100644 --- a/framework/source/accelerators/globalacceleratorconfiguration.cxx +++ b/framework/source/accelerators/globalacceleratorconfiguration.cxx @@ -19,6 +19,7 @@ #include #include +#include #include #include @@ -81,6 +82,8 @@ private: GlobalAcceleratorConfiguration::GlobalAcceleratorConfiguration(const css::uno::Reference< css::uno::XComponentContext >& xContext) : GlobalAcceleratorConfiguration_BASE(xContext) { + // force keyboard string registration. + KeyMapping::get(); } void GlobalAcceleratorConfiguration::fillCache() -- cgit v1.2.3