summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/mmresultdialogs.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 /sw/source/ui/inc/mmresultdialogs.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 'sw/source/ui/inc/mmresultdialogs.hxx')
-rw-r--r--sw/source/ui/inc/mmresultdialogs.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/mmresultdialogs.hxx b/sw/source/ui/inc/mmresultdialogs.hxx
index b23705100f41..8a85adf01573 100644
--- a/sw/source/ui/inc/mmresultdialogs.hxx
+++ b/sw/source/ui/inc/mmresultdialogs.hxx
@@ -70,7 +70,7 @@ class SwMMResultPrintDialog : public weld::GenericDialogController
VclPtr<Printer> m_pTempPrinter;
std::unique_ptr<weld::Label> m_xPrinterFT;
- std::unique_ptr<weld::ComboBoxText> m_xPrinterLB;
+ std::unique_ptr<weld::ComboBox> m_xPrinterLB;
std::unique_ptr<weld::Button> m_xPrinterSettingsPB;
std::unique_ptr<weld::RadioButton> m_xPrintAllRB;
std::unique_ptr<weld::RadioButton> m_xFromRB;
@@ -79,7 +79,7 @@ class SwMMResultPrintDialog : public weld::GenericDialogController
std::unique_ptr<weld::SpinButton> m_xToNF;
std::unique_ptr<weld::Button> m_xOKButton;
- DECL_LINK(PrinterChangeHdl_Impl, weld::ComboBoxText&, void );
+ DECL_LINK(PrinterChangeHdl_Impl, weld::ComboBox&, void );
DECL_LINK(PrintHdl_Impl, weld::Button&, void);
DECL_LINK(PrinterSetupHdl_Impl, weld::Button&, void );
DECL_LINK(DocumentSelectionHdl_Impl, weld::ToggleButton&, void);