Kaydet (Commit) 07217654 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:nullptr

Change-Id: Iefd6d4a08a4a5f90f4f2f95889f6425aabe61334
üst 9ca49c1b
......@@ -121,7 +121,7 @@ void lcl_translateTwips(vcl::Window& rParent, vcl::Window& rChild, MouseEvent* p
/// Decide which one from the children of rParent should get rMouseEvent.
vcl::Window* lcl_getHitWindow(sw::sidebarwindows::SwSidebarWin& rParent, const MouseEvent& rMouseEvent)
{
vcl::Window* pRet = 0;
vcl::Window* pRet = nullptr;
rParent.EditWin().Push(PushFlags::MAPMODE);
rParent.EditWin().EnableMapMode();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment