summaryrefslogtreecommitdiff
path: root/cui/source/inc/optasian.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/optasian.hxx')
-rw-r--r--cui/source/inc/optasian.hxx2
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;