| Index: xfa/fxfa/app/xfa_fwltheme.cpp
|
| diff --git a/xfa/fxfa/app/xfa_fwltheme.cpp b/xfa/fxfa/app/xfa_fwltheme.cpp
|
| index 82cabcc6781e9dd4c240535591105765489adac3..462c7cb090fca1fd5d7cb4148da0fa07af4dea83 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,
|
|
|