| commit | 75da0c3c576253c61092e762ead974c3600b15b4 | [log] |
|---|---|---|
| author | Sarper Akdemir <sarper.akdemir.extern@allotropia.de> | Thu Feb 22 17:45:54 2024 +0300 |
| committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | Tue Feb 27 13:34:26 2024 +0100 |
| tree | cbe5f60c142f53e462476d504f88808fb8fd8d2a | |
| parent | 137247a4ef563547a591bf3af845cbaf21a1800d [diff] |
related tdf#33603: do not register NotesChildWindow for Draw Draw doesn't need the notes panel introduced in c4c1ca58bb587a56a30c7f4817c346054ce37f2a, so don't register that for it's shell (GraphicViewShell). Change-Id: I062a54e806058f352721b89d7cffff10cece8612 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163775 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx index 9871db2..2b1c345 100644 --- a/sd/source/ui/view/drvwshrg.cxx +++ b/sd/source/ui/view/drvwshrg.cxx
@@ -105,7 +105,6 @@ void GraphicViewShell::InitInterface_Impl() GetStaticInterface()->RegisterChildWindow( sfx2::sidebar::SidebarChildWindow::GetChildWindowId()); GetStaticInterface()->RegisterChildWindow(DevelopmentToolChildWindow::GetChildWindowId()); GetStaticInterface()->RegisterChildWindow(::sd::NotesChildWindow::GetChildWindowId()); } } // end of namespace sd