summaryrefslogtreecommitdiff
path: root/cui/source/inc/labdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-14 15:07:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-17 15:11:47 +0200
commit76c7cabc42a239dbaf9e72122d36fb213e5a3555 (patch)
tree94eac2ae99855b7410168ad4f7be9ea9a8a02d60 /cui/source/inc/labdlg.hxx
parent60a23d5d5f0963cd9bea7711ff4336418e3d6392 (diff)
rename to weld::ComboBox are they are not text only now
Change-Id: Ice26d1fd2ad97a6959c6916fef428777efea9c2d Reviewed-on: https://gerrit.libreoffice.org/60500 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/labdlg.hxx')
-rw-r--r--cui/source/inc/labdlg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/labdlg.hxx b/cui/source/inc/labdlg.hxx
index 3a9dd48cc98c..da4a9aa2cd3f 100644
--- a/cui/source/inc/labdlg.hxx
+++ b/cui/source/inc/labdlg.hxx
@@ -61,12 +61,12 @@ private:
const SdrView* pView;
std::unique_ptr<weld::MetricSpinButton> m_xMF_SPACING;
- std::unique_ptr<weld::ComboBoxText> m_xLB_EXTENSION;
+ std::unique_ptr<weld::ComboBox> m_xLB_EXTENSION;
std::unique_ptr<weld::Label> m_xFT_BYFT;
std::unique_ptr<weld::MetricSpinButton> m_xMF_BY;
std::unique_ptr<weld::Label> m_xFT_POSITIONFT;
- std::unique_ptr<weld::ComboBoxText> m_xLB_POSITION;
- std::unique_ptr<weld::ComboBoxText> m_xLineTypes;
+ std::unique_ptr<weld::ComboBox> m_xLB_POSITION;
+ std::unique_ptr<weld::ComboBox> m_xLineTypes;
std::unique_ptr<weld::Label> m_xFT_LENGTHFT;
std::unique_ptr<weld::MetricSpinButton> m_xMF_LENGTH;
std::unique_ptr<weld::CheckButton> m_xCB_OPTIMAL;
@@ -75,8 +75,8 @@ private:
void SetupExtension_Impl( sal_uInt16 nType );
void SetupType_Impl( SdrCaptionType nType );
- DECL_LINK(ExtensionSelectHdl_Impl, weld::ComboBoxText&, void);
- DECL_LINK(PositionSelectHdl_Impl, weld::ComboBoxText&, void);
+ DECL_LINK(ExtensionSelectHdl_Impl, weld::ComboBox&, void);
+ DECL_LINK(PositionSelectHdl_Impl, weld::ComboBox&, void);
DECL_LINK(LineOptHdl_Impl, weld::ToggleButton&, void);
DECL_LINK(SelectCaptTypeHdl_Impl, SvtValueSet*, void);