summaryrefslogtreecommitdiff
path: root/starmath/inc/utility.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 /starmath/inc/utility.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 'starmath/inc/utility.hxx')
-rw-r--r--starmath/inc/utility.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx
index 9f9e0b0cefb4..e6346d4dc6e4 100644
--- a/starmath/inc/utility.hxx
+++ b/starmath/inc/utility.hxx
@@ -137,12 +137,12 @@ public:
class SmFontPickListBox final : public SmFontPickList
{
private:
- std::unique_ptr<weld::ComboBoxText> m_xWidget;
+ std::unique_ptr<weld::ComboBox> m_xWidget;
- DECL_LINK(SelectHdl, weld::ComboBoxText&, void);
+ DECL_LINK(SelectHdl, weld::ComboBox&, void);
public:
- SmFontPickListBox(std::unique_ptr<weld::ComboBoxText> pWidget);
+ SmFontPickListBox(std::unique_ptr<weld::ComboBox> pWidget);
SmFontPickListBox& operator = (const SmFontPickList& rList);
virtual void Insert(const vcl::Font &rFont) override;
};