summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labfmt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/labfmt.cxx')
-rw-r--r--sw/source/ui/envelp/labfmt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/envelp/labfmt.cxx b/sw/source/ui/envelp/labfmt.cxx
index 09f6792ccc0c..f0bb88c3746d 100644
--- a/sw/source/ui/envelp/labfmt.cxx
+++ b/sw/source/ui/envelp/labfmt.cxx
@@ -520,7 +520,7 @@ SwSaveLabelDlg::SwSaveLabelDlg(SwLabDlg* pParent, SwLabRec& rRec)
, bSuccess(false)
, m_pLabDialog(pParent)
, rLabRec(rRec)
- , m_xMakeCB(m_xBuilder->weld_combo_box_text("brand"))
+ , m_xMakeCB(m_xBuilder->weld_combo_box("brand"))
, m_xTypeED(m_xBuilder->weld_entry("type"))
, m_xOKPB(m_xBuilder->weld_button("ok"))
{
@@ -577,7 +577,7 @@ void SwSaveLabelDlg::Modify()
m_xOKPB->set_sensitive(!m_xMakeCB->get_active_text().isEmpty() && !m_xTypeED->get_text().isEmpty());
}
-IMPL_LINK_NOARG(SwSaveLabelDlg, ModifyComboHdl, weld::ComboBoxText&, void)
+IMPL_LINK_NOARG(SwSaveLabelDlg, ModifyComboHdl, weld::ComboBox&, void)
{
Modify();
}