diff options
author | Eike Rathke <erack@redhat.com> | 2014-05-22 16:31:09 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-05-22 19:35:36 +0200 |
commit | dbe8b3b6d4f2d2cc2e8c702b78034e9013f71e8f (patch) | |
tree | 4bab1f81327781dc73a6e43af918e7dd7895b19a /cui/source | |
parent | 1aad7628dcd7fd14d48814d00c3d04e4ec0c59d5 (diff) |
finally switch the Western language list box to SvxLanguageComboBox
Change-Id: Ibf0cb4c0fa951adcd0a7f185d7dd45b06913a40d
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/inc/chardlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx index d90c2cb94594..69b46c8fcdfd 100644 --- a/cui/source/inc/chardlg.hxx +++ b/cui/source/inc/chardlg.hxx @@ -86,7 +86,7 @@ private: FixedText* m_pWestFontSizeFT; FontSizeBox* m_pWestFontSizeLB; FixedText* m_pWestFontLanguageFT; - SvxLanguageBox* m_pWestFontLanguageLB; + SvxLanguageComboBox* m_pWestFontLanguageLB; FixedText* m_pWestFontTypeFT; VclContainer* m_pEastFrame; |