summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-17 13:56:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-17 20:15:40 +0200
commit77c9c2c993da3bc9302131cef4345db114696333 (patch)
treef93165e487a9cc07d0f3ca6c26d0ddbe95b7a311 /sw/source/ui
parent10ade7465ba2b60fbda93ae3436ece01b3366a72 (diff)
rename LanguageBox back to SvxLanguageBox
Change-Id: I9bd29b7377fdf0e1ba36cc021e7e78f83bb1c12c Reviewed-on: https://gerrit.libreoffice.org/80960 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')
-rw-r--r--sw/source/ui/dialog/ascfldlg.cxx2
-rw-r--r--sw/source/ui/index/cnttab.cxx2
-rw-r--r--sw/source/ui/misc/srtdlg.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/dialog/ascfldlg.cxx b/sw/source/ui/dialog/ascfldlg.cxx
index 9aaeed93a29f..801a91da0bfd 100644
--- a/sw/source/ui/dialog/ascfldlg.cxx
+++ b/sw/source/ui/dialog/ascfldlg.cxx
@@ -66,7 +66,7 @@ SwAsciiFilterDlg::SwAsciiFilterDlg( weld::Window* pParent, SwDocShell& rDocSh,
, m_xFontFT(m_xBuilder->weld_label("fontft"))
, m_xFontLB(m_xBuilder->weld_combo_box("font"))
, m_xLanguageFT(m_xBuilder->weld_label("languageft"))
- , m_xLanguageLB(new LanguageBox(m_xBuilder->weld_combo_box("language")))
+ , m_xLanguageLB(new SvxLanguageBox(m_xBuilder->weld_combo_box("language")))
, m_xCRLF_RB(m_xBuilder->weld_radio_button("crlf"))
, m_xCR_RB(m_xBuilder->weld_radio_button("cr"))
, m_xLF_RB(m_xBuilder->weld_radio_button("lf"))
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index 33febe28630a..3ef5fb14bb3f 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -741,7 +741,7 @@ SwTOXSelectTabPage::SwTOXSelectTabPage(weld::Container* pPage, weld::DialogContr
, m_xBracketLB(m_xBuilder->weld_combo_box("brackets"))
, m_xAuthorityFrame(m_xBuilder->weld_widget("authframe"))
, m_xSortFrame(m_xBuilder->weld_widget("sortframe"))
- , m_xLanguageLB(new LanguageBox(m_xBuilder->weld_combo_box("lang")))
+ , m_xLanguageLB(new SvxLanguageBox(m_xBuilder->weld_combo_box("lang")))
, m_xSortAlgorithmLB(m_xBuilder->weld_combo_box("keytype"))
{
sAddStyleUser = m_xStylesCB->get_label();
diff --git a/sw/source/ui/misc/srtdlg.cxx b/sw/source/ui/misc/srtdlg.cxx
index 6e0519dbbea3..e9a8e715f6a9 100644
--- a/sw/source/ui/misc/srtdlg.cxx
+++ b/sw/source/ui/misc/srtdlg.cxx
@@ -122,7 +122,7 @@ SwSortDlg::SwSortDlg(weld::Window* pParent, SwWrtShell &rShell)
, m_xDelimFreeRB(m_xBuilder->weld_radio_button("character"))
, m_xDelimEdt(m_xBuilder->weld_entry("separator"))
, m_xDelimPB(m_xBuilder->weld_button("delimpb"))
- , m_xLangLB(new LanguageBox(m_xBuilder->weld_combo_box("langlb")))
+ , m_xLangLB(new SvxLanguageBox(m_xBuilder->weld_combo_box("langlb")))
, m_xCaseCB(m_xBuilder->weld_check_button("matchcase"))
, aColText(SwResId(STR_COL))
, aRowText(SwResId(STR_ROW))