diff options
Diffstat (limited to 'writerperfect/inc/WPFTEncodingDialog.hxx')
-rw-r--r-- | writerperfect/inc/WPFTEncodingDialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/inc/WPFTEncodingDialog.hxx b/writerperfect/inc/WPFTEncodingDialog.hxx index 8b173e34026d..81e0363a568d 100644 --- a/writerperfect/inc/WPFTEncodingDialog.hxx +++ b/writerperfect/inc/WPFTEncodingDialog.hxx @@ -33,7 +33,7 @@ public: private: bool m_userHasCancelled; - std::unique_ptr<weld::ComboBoxText> m_xLbCharset; + std::unique_ptr<weld::ComboBox> m_xLbCharset; std::unique_ptr<weld::Button> m_xBtnOk; std::unique_ptr<weld::Button> m_xBtnCancel; |