summaryrefslogtreecommitdiff
path: root/include/svx/itemwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/itemwin.hxx')
-rw-r--r--include/svx/itemwin.hxx7
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;