diff options
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/scuiasciiopt.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/textimportoptions.hxx | 4 | ||||
-rw-r--r-- | sc/source/ui/inc/tpsort.hxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/scuiasciiopt.hxx b/sc/source/ui/inc/scuiasciiopt.hxx index 0a4dcb98043b..1b263931bc6f 100644 --- a/sc/source/ui/inc/scuiasciiopt.hxx +++ b/sc/source/ui/inc/scuiasciiopt.hxx @@ -57,7 +57,7 @@ class ScImportAsciiDlg : public weld::GenericDialogController std::unique_ptr<weld::Label> mxFtCharSet; std::unique_ptr<SvxTextEncodingBox> mxLbCharSet; std::unique_ptr<weld::Label> mxFtCustomLang; - std::unique_ptr<LanguageBox> mxLbCustomLang; + std::unique_ptr<SvxLanguageBox> mxLbCustomLang; std::unique_ptr<weld::Label> mxFtRow; std::unique_ptr<weld::SpinButton> mxNfRow; diff --git a/sc/source/ui/inc/textimportoptions.hxx b/sc/source/ui/inc/textimportoptions.hxx index 2e8320e6e1c7..3b50655c7d72 100644 --- a/sc/source/ui/inc/textimportoptions.hxx +++ b/sc/source/ui/inc/textimportoptions.hxx @@ -23,7 +23,7 @@ #include <vcl/weld.hxx> #include <i18nlangtag/lang.h> -class LanguageBox; +class SvxLanguageBox; class ScTextImportOptionsDlg : public weld::GenericDialogController { @@ -42,7 +42,7 @@ private: std::unique_ptr<weld::RadioButton> m_xRbAutomatic; std::unique_ptr<weld::RadioButton> m_xRbCustom; std::unique_ptr<weld::CheckButton> m_xBtnConvertDate; - std::unique_ptr<LanguageBox> m_xLbCustomLang; + std::unique_ptr<SvxLanguageBox> m_xLbCustomLang; DECL_LINK(OKHdl, weld::Button&, void); DECL_LINK(RadioHdl, weld::ToggleButton&, void); diff --git a/sc/source/ui/inc/tpsort.hxx b/sc/source/ui/inc/tpsort.hxx index 5765b7096e05..35be32afa3b2 100644 --- a/sc/source/ui/inc/tpsort.hxx +++ b/sc/source/ui/inc/tpsort.hxx @@ -127,7 +127,7 @@ private: std::unique_ptr<weld::Entry> m_xEdOutPos; std::unique_ptr<weld::CheckButton> m_xBtnSortUser; std::unique_ptr<weld::ComboBox> m_xLbSortUser; - std::unique_ptr<LanguageBox> m_xLbLanguage; + std::unique_ptr<SvxLanguageBox> m_xLbLanguage; std::unique_ptr<weld::Label> m_xFtAlgorithm; std::unique_ptr<weld::ComboBox> m_xLbAlgorithm; std::unique_ptr<weld::RadioButton> m_xBtnTopDown; |