summaryrefslogtreecommitdiff
path: root/cui/source/inc/numpages.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/numpages.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/numpages.hxx')
-rw-r--r--cui/source/inc/numpages.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx
index d4d3ffb7e8aa..1e2dc214b44b 100644
--- a/cui/source/inc/numpages.hxx
+++ b/cui/source/inc/numpages.hxx
@@ -405,15 +405,15 @@ class SvxNumPositionTabPage : public SfxTabPage
std::unique_ptr<weld::Label> m_xDistNumFT;
std::unique_ptr<weld::MetricSpinButton> m_xDistNumMF;
std::unique_ptr<weld::Label> m_xAlignFT;
- std::unique_ptr<weld::ComboBoxText> m_xAlignLB;
+ std::unique_ptr<weld::ComboBox> m_xAlignLB;
// new set of controls shown for numbering rules containing list level
// attributes in SvxNumberFormat::SvxNumPositionAndSpaceMode == LABEL_ALIGNMENT
std::unique_ptr<weld::Label> m_xLabelFollowedByFT;
- std::unique_ptr<weld::ComboBoxText> m_xLabelFollowedByLB;
+ std::unique_ptr<weld::ComboBox> m_xLabelFollowedByLB;
std::unique_ptr<weld::Label> m_xListtabFT;
std::unique_ptr<weld::MetricSpinButton> m_xListtabMF;
std::unique_ptr<weld::Label>m_xAlign2FT;
- std::unique_ptr<weld::ComboBoxText> m_xAlign2LB;
+ std::unique_ptr<weld::ComboBox> m_xAlign2LB;
std::unique_ptr<weld::Label> m_xAlignedAtFT;
std::unique_ptr<weld::MetricSpinButton> m_xAlignedAtMF;
std::unique_ptr<weld::Label> m_xIndentAtFT;
@@ -424,7 +424,7 @@ class SvxNumPositionTabPage : public SfxTabPage
void InitControls();
DECL_LINK(LevelHdl_Impl, weld::TreeView&, void);
- DECL_LINK(EditModifyHdl_Impl, weld::ComboBoxText&, void);
+ DECL_LINK(EditModifyHdl_Impl, weld::ComboBox&, void);
DECL_LINK(DistanceHdl_Impl, weld::MetricSpinButton&, void);
DECL_LINK(DistanceFocusHdl_Impl, Control&, void);
DECL_LINK(RelativeHdl_Impl, weld::ToggleButton&, void);
@@ -433,7 +433,7 @@ class SvxNumPositionTabPage : public SfxTabPage
void InitPosAndSpaceMode();
void ShowControlsDependingOnPosAndSpaceMode();
- DECL_LINK(LabelFollowedByHdl_Impl, weld::ComboBoxText&, void);
+ DECL_LINK(LabelFollowedByHdl_Impl, weld::ComboBox&, void);
DECL_LINK(ListtabPosHdl_Impl, weld::MetricSpinButton&, void);
DECL_LINK(AlignAtHdl_Impl, weld::MetricSpinButton&, void);
DECL_LINK(IndentAtHdl_Impl, weld::MetricSpinButton&, void);