[Libreoffice-commits] core.git: sfx2/source
Jim Raykowski
raykowj at gmail.com
Thu Mar 29 12:39:57 UTC 2018
sfx2/source/sidebar/SidebarDockingWindow.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6c57ae39d783ae92a43dc2e113ea6e2dfb52af22
Author: Jim Raykowski <raykowj at gmail.com>
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 <Katarina.Behrens at cib.de>
Tested-by: Jenkins <ci at libreoffice.org>
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
More information about the Libreoffice-commits
mailing list