diff options
-rw-r--r-- | starmath/source/view.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index bf387cb2d494..13d162e9eccb 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> @@ -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") |