[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - starmath/source

Katarina Behrens Katarina.Behrens at cib.de
Tue Jul 25 10:23:05 UTC 2017


 starmath/source/view.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ef4f47e27477f32f022f3d5f93475a58dc06f5e1
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date:   Mon Jul 24 19:23:48 2017 +0200

    tdf#109304: Seems infobar child window wasn't registered in Math
    
    thus no signature status infobar appeared (I wonder if read-only
    bar ever worked too)
    
    Change-Id: I8829b2b6a17fb8d38e3ea79b87d544e3fb29f1c1
    Reviewed-on: https://gerrit.libreoffice.org/40377
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    (cherry picked from commit a542fe8d38811dff152b69796380e1feec7daa28)
    Reviewed-on: https://gerrit.libreoffice.org/40387

diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index eed2c2495c08..4796c2655fd5 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -36,6 +36,7 @@
 #include <sfx2/docfilt.hxx>
 #include <sfx2/docinsert.hxx>
 #include <sfx2/filedlghelper.hxx>
+#include <sfx2/infobar.hxx>
 #include <sfx2/msg.hxx>
 #include <sfx2/objface.hxx>
 #include <sfx2/printer.hxx>
@@ -879,6 +880,7 @@ void SmViewShell::InitInterface_Impl()
 
     GetStaticInterface()->RegisterChildWindow(SmCmdBoxWrapper::GetChildWindowId());
     GetStaticInterface()->RegisterChildWindow(SmElementsDockingWindowWrapper::GetChildWindowId());
+    GetStaticInterface()->RegisterChildWindow(SfxInfoBarContainerChild::GetChildWindowId());
 }
 
 SFX_IMPL_NAMED_VIEWFACTORY(SmViewShell, "Default")


More information about the Libreoffice-commits mailing list