summaryrefslogtreecommitdiff
path: root/vcl/source/window/wrkwin.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:47:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:47:18 +0200
commit666f732412e739fda6d0578752156dbb11931a2f (patch)
tree3648da7df4cdc765741854f2d95d260d933c22c0 /vcl/source/window/wrkwin.cxx
parent6017a8ee741ca8b192dda2fe2f853392bbf26614 (diff)
loplugin:defaultparams
Change-Id: I3e5ee77b51eb8e1207d3f95e6a1d9d8272532ba6
Diffstat (limited to 'vcl/source/window/wrkwin.cxx')
-rw-r--r--vcl/source/window/wrkwin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/wrkwin.cxx b/vcl/source/window/wrkwin.cxx
index 3977eee0fbd4..3881f15009d5 100644
--- a/vcl/source/window/wrkwin.cxx
+++ b/vcl/source/window/wrkwin.cxx
@@ -79,7 +79,7 @@ void WorkWindow::ImplInit( vcl::Window* pParent, WinBits nStyle, const ::com::su
ImplInit( pParent, 0, pData );
}
else
- ImplInit( pParent, nStyle, NULL );
+ ImplInit( pParent, nStyle );
}
WorkWindow::WorkWindow( WindowType nType ) :
@@ -92,7 +92,7 @@ WorkWindow::WorkWindow( vcl::Window* pParent, WinBits nStyle ) :
SystemWindow( WINDOW_WORKWINDOW )
{
ImplInitWorkWindowData();
- ImplInit( pParent, nStyle, NULL );
+ ImplInit( pParent, nStyle );
}
WorkWindow::WorkWindow( vcl::Window* pParent, const ::com::sun::star::uno::Any& aSystemWorkWindowToken, WinBits nStyle ) :