[Libreoffice-commits] core.git: framework/source

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 22 14:13:30 UTC 2021


 framework/source/uielement/toolbarmanager.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit cda30a937b32d6b9f48e6e89126d046bd7cbbb0b
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Thu Apr 22 11:42:33 2021 +0200
Commit:     Szymon Kłos <szymon.klos at 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.klos at 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 );
 


More information about the Libreoffice-commits mailing list