summaryrefslogtreecommitdiff
path: root/include/svtools/editbrowsebox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/editbrowsebox.hxx')
-rw-r--r--include/svtools/editbrowsebox.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index 7af671faf9ab..d28511e49250 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -283,7 +283,7 @@ namespace svt
Link<LinkParamNone*,void> m_aModifyLink;
public:
- CheckBoxControl(vcl::Window* pParent, WinBits nWinStyle = 0);
+ CheckBoxControl(vcl::Window* pParent);
virtual ~CheckBoxControl();
virtual void dispose() override;
@@ -332,7 +332,7 @@ namespace svt
friend class ComboBoxCellController;
public:
- ComboBoxControl(vcl::Window* pParent, WinBits nWinStyle = 0);
+ ComboBoxControl(vcl::Window* pParent);
protected:
virtual bool PreNotify( NotifyEvent& rNEvt ) override;
@@ -365,7 +365,7 @@ namespace svt
friend class ListBoxCellController;
public:
- ListBoxControl(vcl::Window* pParent, WinBits nWinStyle = 0);
+ ListBoxControl(vcl::Window* pParent);
protected:
virtual bool PreNotify( NotifyEvent& rNEvt ) override;