diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-08 14:20:31 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-09-09 06:43:43 +0000 |
commit | 8bfcb53c3d1389632fc7f1eca53d73187a489dfa (patch) | |
tree | efb8d68fc4600ea7585290757f78866c061234bf /include/svx/itemwin.hxx | |
parent | 976a4803e4cca4c5104c0ed60544a91a50ada012 (diff) |
loplugin:constantparam in svx
Change-Id: Id08850b90a0e286ff837dd6b0c1691fa7dc793fa
Reviewed-on: https://gerrit.libreoffice.org/28746
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/itemwin.hxx')
-rw-r--r-- | include/svx/itemwin.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx index 450a51155599..f6a50c3d967d 100644 --- a/include/svx/itemwin.hxx +++ b/include/svx/itemwin.hxx @@ -47,8 +47,7 @@ class SvxLineBox : public LineLB public: SvxLineBox( vcl::Window* pParent, - const css::uno::Reference< css::frame::XFrame >& rFrame, - WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL ); + const css::uno::Reference< css::frame::XFrame >& rFrame ); void FillControl(); @@ -95,7 +94,7 @@ public: class SVX_DLLPUBLIC SvxFillTypeBox : public FillTypeLB { public: - SvxFillTypeBox( vcl::Window* pParent, WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL ); + SvxFillTypeBox( vcl::Window* pParent ); void Selected() { bSelect = true; } @@ -116,7 +115,7 @@ private: class SVX_DLLPUBLIC SvxFillAttrBox : public FillAttrLB { public: - SvxFillAttrBox( vcl::Window* pParent, WinBits nBits = WB_BORDER | WB_DROPDOWN | WB_AUTOHSCROLL ); + SvxFillAttrBox( vcl::Window* pParent ); protected: virtual bool PreNotify( NotifyEvent& rNEvt ) override; |