diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-17 12:43:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-17 18:11:09 +0200 |
commit | 73df133143daaff14c364468598bb250db6aecb1 (patch) | |
tree | da58366b1b7c9c626970b9ba7e29f91cb4389cc4 /sc/source/ui/dbgui/scuiasciiopt.cxx | |
parent | 1d822ece4f99efa7518c62cf5dd2f616c4fed8de (diff) |
rename TextEncodingBox back to SvxTextEncodingBox
Change-Id: I466a56a3b3204f960b9c6ce2dac836879112f5ab
Reviewed-on: https://gerrit.libreoffice.org/80945
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/dbgui/scuiasciiopt.cxx')
-rw-r--r-- | sc/source/ui/dbgui/scuiasciiopt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/scuiasciiopt.cxx b/sc/source/ui/dbgui/scuiasciiopt.cxx index 96f69f03139c..24cc8f3d46eb 100644 --- a/sc/source/ui/dbgui/scuiasciiopt.cxx +++ b/sc/source/ui/dbgui/scuiasciiopt.cxx @@ -294,7 +294,7 @@ ScImportAsciiDlg::ScImportAsciiDlg(weld::Window* pParent, const OUString& aDatNa , meCall(eCall) , mbDetectSpaceSep(eCall != SC_TEXTTOCOLUMNS) , mxFtCharSet(m_xBuilder->weld_label("textcharset")) - , mxLbCharSet(new TextEncodingBox(m_xBuilder->weld_combo_box("charset"))) + , mxLbCharSet(new SvxTextEncodingBox(m_xBuilder->weld_combo_box("charset"))) , mxFtCustomLang(m_xBuilder->weld_label("textlanguage")) , mxLbCustomLang(new LanguageBox(m_xBuilder->weld_combo_box("language"))) , mxFtRow(m_xBuilder->weld_label("textfromrow")) |