summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-23 16:58:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-23 16:58:26 +0100
commit0721765417f787c8f4b1382b5d9100fa3a2a61ad (patch)
treec0b23465fac9adeb82ac2b41f906aae69b9e5858 /sw/source/uibase
parent9ca49c1b95bad0055ffc9185249cec0a27376dbc (diff)
loplugin:nullptr
Change-Id: Iefd6d4a08a4a5f90f4f2f95889f6425aabe61334
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/docvw/SidebarWin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/SidebarWin.cxx b/sw/source/uibase/docvw/SidebarWin.cxx
index 8d4079d03602..01cb771db50c 100644
--- a/sw/source/uibase/docvw/SidebarWin.cxx
+++ b/sw/source/uibase/docvw/SidebarWin.cxx
@@ -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();