| Index: xfa/fxfa/app/xfa_fwltheme.cpp
|
| diff --git a/xfa/fxfa/app/xfa_fwltheme.cpp b/xfa/fxfa/app/xfa_fwltheme.cpp
|
| index 2d1f8ace6e90c8a4782ddb7535a111e48dca8c48..b0863f1abc0c7929f0578d31c5614dd3e7ea34c5 100644
|
| --- a/xfa/fxfa/app/xfa_fwltheme.cpp
|
| +++ b/xfa/fxfa/app/xfa_fwltheme.cpp
|
| @@ -77,7 +77,7 @@ CXFA_FWLTheme::~CXFA_FWLTheme() {
|
| delete m_pBarcodeTP;
|
| }
|
| FWL_ERR CXFA_FWLTheme::Initialize() {
|
| - m_pTextOut = IFDE_TextOut::Create();
|
| + m_pTextOut = new CFDE_TextOut;
|
| for (size_t i = 0; !m_pCalendarFont && i < FX_ArraySize(g_FWLTheme_CalFonts);
|
| ++i) {
|
| m_pCalendarFont = IFX_Font::LoadFont(g_FWLTheme_CalFonts[i], 0, 0,
|
|
|