summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dapitype.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 /sc/source/ui/inc/dapitype.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 'sc/source/ui/inc/dapitype.hxx')
-rw-r--r--sc/source/ui/inc/dapitype.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/dapitype.hxx b/sc/source/ui/inc/dapitype.hxx
index 3c1fa4790d3f..2fea18054c62 100644
--- a/sc/source/ui/inc/dapitype.hxx
+++ b/sc/source/ui/inc/dapitype.hxx
@@ -29,7 +29,7 @@ private:
std::unique_ptr<weld::RadioButton> m_xBtnNamedRange;
std::unique_ptr<weld::RadioButton> m_xBtnDatabase;
std::unique_ptr<weld::RadioButton> m_xBtnExternal;
- std::unique_ptr<weld::ComboBoxText> m_xLbNamedRange;
+ std::unique_ptr<weld::ComboBox> m_xLbNamedRange;
public:
ScDataPilotSourceTypeDlg(weld::Window* pParent, bool bEnableExternal);
@@ -47,7 +47,7 @@ private:
class ScDataPilotServiceDlg : public weld::GenericDialogController
{
private:
- std::unique_ptr<weld::ComboBoxText> m_xLbService;
+ std::unique_ptr<weld::ComboBox> m_xLbService;
std::unique_ptr<weld::Entry> m_xEdSource;
std::unique_ptr<weld::Entry> m_xEdName;
std::unique_ptr<weld::Entry> m_xEdUser;