framework/source/uielement/toolbarmanager.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit cda30a937b32d6b9f48e6e89126d046bd7cbbb0b Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Thu Apr 22 11:42:33 2021 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Thu Apr 22 16:12:53 2021 +0200 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.k...@collabora.com> 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 ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits