summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2017-07-24 19:23:48 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-07-26 14:45:21 +0200
commit397114c80ff590e3c8f7c745c05bc3b2a641dcfd (patch)
treec6be1b8e1d1dfbc8a70cddedbe3d987ee3aa03f4
parent235f16a7c50de9908ce32fd6f1347c7b888bc1b7 (diff)
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@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit a542fe8d38811dff152b69796380e1feec7daa28) Reviewed-on: https://gerrit.libreoffice.org/40386 Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r--starmath/source/view.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index e7aa71504eea..4f77bbc17a0b 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>
@@ -874,6 +875,7 @@ void SmViewShell::InitInterface_Impl()
GetStaticInterface()->RegisterChildWindow(SmCmdBoxWrapper::GetChildWindowId());
GetStaticInterface()->RegisterChildWindow(SmElementsDockingWindowWrapper::GetChildWindowId());
+ GetStaticInterface()->RegisterChildWindow(SfxInfoBarContainerChild::GetChildWindowId());
}
SFX_IMPL_NAMED_VIEWFACTORY(SmViewShell, "Default")