summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarper Akdemir <sarper.akdemir.extern@allotropia.de>2024-02-22 17:45:54 +0300
committerSarper Akdemir <sarper.akdemir@allotropia.de>2024-04-30 15:52:26 +0200
commitb344c324ce1cc222f57b980dc29e9e796f208fc4 (patch)
tree6b3daa4e95cce78c205e54a54994b81e7beb2f9d
parenttdf#33603: sd: add notes panel for normal view (diff)
downloadcore-b344c324ce1cc222f57b980dc29e9e796f208fc4.tar.gz
core-b344c324ce1cc222f57b980dc29e9e796f208fc4.zip
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>
-rw-r--r--sd/source/ui/view/drvwshrg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx
index 9871db2e2de7..2b1c3459a9fd 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