| Index: xfa/fxfa/app/xfa_fwltheme.cpp
|
| diff --git a/xfa/fxfa/app/xfa_fwltheme.cpp b/xfa/fxfa/app/xfa_fwltheme.cpp
|
| index 7d07d98285c12fd3664231c31cacadfb83f10869..9042ef92cd5931dd1660c178c9d983d9957bee42 100644
|
| --- a/xfa/fxfa/app/xfa_fwltheme.cpp
|
| +++ b/xfa/fxfa/app/xfa_fwltheme.cpp
|
| @@ -68,13 +68,8 @@ CXFA_FWLTheme::CXFA_FWLTheme(CXFA_FFApp* pApp)
|
| m_pApp->GetFDEFontMgr());
|
| }
|
| if (!m_pCalendarFont) {
|
| -#if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_
|
| - m_pCalendarFont = m_pApp->GetFDEFontMgr()->GetDefFontByCodePage(
|
| - FX_CODEPAGE_MSWin_WesternEuropean, 0, nullptr);
|
| -#else
|
| m_pCalendarFont = m_pApp->GetFDEFontMgr()->GetFontByCodePage(
|
| FX_CODEPAGE_MSWin_WesternEuropean, 0, nullptr);
|
| -#endif
|
| }
|
|
|
| ASSERT(m_pCalendarFont);
|
|
|