summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2021-04-22 11:42:33 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2021-04-22 16:12:53 +0200
commitcda30a937b32d6b9f48e6e89126d046bd7cbbb0b (patch)
tree3c28f0d7445d9393afee5d329e1f4ee9dae02d48 /framework
parent310f2ec225582df8701422e7c69ee40e1af50660 (diff)
Call forgotten Init in toolbarmanager
This call was missing in ac1aefd5174258d9bcb41465ce566ed1a0819f3d Extend ToolBarManager to build weld::Toolbar Change-Id: I734861616020e29b88310edf1ff5621c8cab2b8d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114472 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/toolbarmanager.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx
index 655bf0c8d0df..2d88db04ae67 100644
--- a/framework/source/uielement/toolbarmanager.cxx
+++ b/framework/source/uielement/toolbarmanager.cxx
@@ -610,6 +610,8 @@ void ToolBarManager::Init()
{
OSL_ASSERT( m_xContext.is() );
+ m_pImpl->Init();
+
m_xToolbarControllerFactory = frame::theToolbarControllerFactory::get( m_xContext );
m_xURLTransformer = URLTransformer::create( m_xContext );