diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-17 13:56:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-17 20:15:40 +0200 |
commit | 77c9c2c993da3bc9302131cef4345db114696333 (patch) | |
tree | f93165e487a9cc07d0f3ca6c26d0ddbe95b7a311 /cui/source/inc/optasian.hxx | |
parent | 10ade7465ba2b60fbda93ae3436ece01b3366a72 (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 'cui/source/inc/optasian.hxx')
-rw-r--r-- | cui/source/inc/optasian.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/optasian.hxx b/cui/source/inc/optasian.hxx index f46a7d1a34db..d8febfb7bb60 100644 --- a/cui/source/inc/optasian.hxx +++ b/cui/source/inc/optasian.hxx @@ -34,7 +34,7 @@ class SvxAsianLayoutPage : public SfxTabPage std::unique_ptr<weld::RadioButton> m_xPunctCompressionRB; std::unique_ptr<weld::RadioButton> m_xPunctKanaCompressionRB; std::unique_ptr<weld::Label> m_xLanguageFT; - std::unique_ptr<LanguageBox> m_xLanguageLB; + std::unique_ptr<SvxLanguageBox> m_xLanguageLB; std::unique_ptr<weld::CheckButton> m_xStandardCB; std::unique_ptr<weld::Label> m_xStartFT; std::unique_ptr<weld::Entry> m_xStartED; |