Kaydet (Commit) a542fe8d authored tarafından Katarina Behrens's avatar Katarina Behrens Kaydeden (comit) Samuel Mehrbrodt

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/40377Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 1e87e931
......@@ -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>
......@@ -876,6 +877,7 @@ void SmViewShell::InitInterface_Impl()
GetStaticInterface()->RegisterChildWindow(SmCmdBoxWrapper::GetChildWindowId());
GetStaticInterface()->RegisterChildWindow(SmElementsDockingWindowWrapper::GetChildWindowId());
GetStaticInterface()->RegisterChildWindow(SfxInfoBarContainerChild::GetChildWindowId());
}
SFX_IMPL_NAMED_VIEWFACTORY(SmViewShell, "Default")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment