summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/break.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/break.hxx')
-rw-r--r--sw/source/uibase/inc/break.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/break.hxx b/sw/source/uibase/inc/break.hxx
index 70af5ad61c51..fe79a5eb9a09 100644
--- a/sw/source/uibase/inc/break.hxx
+++ b/sw/source/uibase/inc/break.hxx
@@ -35,7 +35,7 @@ class SwBreakDlg : public weld::GenericDialogController
std::unique_ptr<weld::RadioButton> m_xColumnBtn;
std::unique_ptr<weld::RadioButton> m_xPageBtn;
std::unique_ptr<weld::Label> m_xPageCollText;
- std::unique_ptr<weld::ComboBoxText> m_xPageCollBox;
+ std::unique_ptr<weld::ComboBox> m_xPageCollBox;
std::unique_ptr<weld::CheckButton> m_xPageNumBox;
std::unique_ptr<weld::SpinButton> m_xPageNumEdit;
std::unique_ptr<weld::Button> m_xOkBtn;
@@ -48,7 +48,7 @@ class SwBreakDlg : public weld::GenericDialogController
bool bHtmlMode;
DECL_LINK(ToggleHdl, weld::ToggleButton&, void);
- DECL_LINK(ChangeHdl, weld::ComboBoxText&, void);
+ DECL_LINK(ChangeHdl, weld::ComboBox&, void);
DECL_LINK(PageNumHdl, weld::ToggleButton&, void);
DECL_LINK(PageNumModifyHdl, weld::SpinButton&, void);
DECL_LINK(OkHdl, weld::Button&, void);