diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-20 13:48:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-20 14:06:48 +0200 |
commit | 19a61ea8e11eab4a3fa2f3afa0c176d066732cf4 (patch) | |
tree | 8a0824603bb4097c4307d4546ec057aa69ae9cf9 /vcl | |
parent | 8aa7394dfbffcadd3aa528544027af801ad3d4b6 (diff) |
loplugin:defaultparams
Change-Id: Ia9dca11a7e38fcf2b7b4b0d2459c85a1348f8c43
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/brdwin.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/source/window/brdwin.cxx b/vcl/source/window/brdwin.cxx index 52b0b139dc12..d46ad02ffdee 100644 --- a/vcl/source/window/brdwin.cxx +++ b/vcl/source/window/brdwin.cxx @@ -1934,9 +1934,7 @@ void ImplBorderWindow::Resize() mpMenuBarWindow->setPosSizePixel( nLeftBorder, nTopBorder, aSize.Width()-nLeftBorder-nRightBorder, - nMenuHeight, - PosSizeFlags::Pos | - PosSizeFlags::Width | PosSizeFlags::Height ); + nMenuHeight); } GetBorder( pClientWindow->mpWindowImpl->mnLeftBorder, pClientWindow->mpWindowImpl->mnTopBorder, |