From 20c14c812ccc00692d42d294d3b8dea1774e3511 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 9 Sep 2016 13:26:44 +0200 Subject: loplugin:constantparam in sfx2 Change-Id: If5d401001abb7bf3fc642d47f537b57836e6d9c5 Reviewed-on: https://gerrit.libreoffice.org/28772 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sfx2/source/dialog/splitwin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2/source/dialog/splitwin.cxx') diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx index 39e6bcd92ed1..bbe836309a11 100644 --- a/sfx2/source/dialog/splitwin.cxx +++ b/sfx2/source/dialog/splitwin.cxx @@ -179,7 +179,7 @@ void SfxSplitWindow::MouseButtonDown( const MouseEvent& rMEvt ) } SfxSplitWindow::SfxSplitWindow( vcl::Window* pParent, SfxChildAlignment eAl, - SfxWorkWindow *pW, bool bWithButtons, WinBits nBits ) + SfxWorkWindow *pW, bool bWithButtons ) /* [Description] @@ -189,7 +189,7 @@ SfxSplitWindow::SfxSplitWindow( vcl::Window* pParent, SfxChildAlignment eAl, the arrangement of the SfxDockingWindows. */ -: SplitWindow ( pParent, nBits | WB_HIDE ), +: SplitWindow ( pParent, WB_BORDER | WB_SIZEABLE | WB_3DLOOK | WB_HIDE ), eAlign(eAl), pWorkWin(pW), pDockArr( new SfxDockArr_Impl ), -- cgit