sfx2/source/sidebar/SidebarDockingWindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6c57ae39d783ae92a43dc2e113ea6e2dfb52af22 Author: Jim Raykowski <[email protected]> Date: Wed Mar 28 22:41:00 2018 -0800 tdf#116680 fix sidebar can't undock Change-Id: Ic3d198488de6d0420dbdb8fb7dbfb0335556e108 Reviewed-on: https://gerrit.libreoffice.org/52047 Reviewed-by: Katarina Behrens <[email protected]> Tested-by: Jenkins <[email protected]> diff --git a/sfx2/source/sidebar/SidebarDockingWindow.cxx b/sfx2/source/sidebar/SidebarDockingWindow.cxx index 097fd535e6fb..15a3e3340ff1 100644 --- a/sfx2/source/sidebar/SidebarDockingWindow.cxx +++ b/sfx2/source/sidebar/SidebarDockingWindow.cxx @@ -116,7 +116,7 @@ bool SidebarDockingWindow::EventNotify(NotifyEvent& rEvent) if (MouseNotifyEvent::KEYINPUT == nType) return true; - return Window::EventNotify(rEvent); + return SfxDockingWindow::EventNotify(rEvent); } } } // end of namespace sfx2::sidebar _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
