| Index: xfa/fxfa/app/xfa_fwltheme.cpp
|
| diff --git a/xfa/fxfa/app/xfa_fwltheme.cpp b/xfa/fxfa/app/xfa_fwltheme.cpp
|
| index 42d0835460b53a943b5afdcbdb95dbc6585d7920..2d1f8ace6e90c8a4782ddb7535a111e48dca8c48 100644
|
| --- a/xfa/fxfa/app/xfa_fwltheme.cpp
|
| +++ b/xfa/fxfa/app/xfa_fwltheme.cpp
|
| @@ -268,7 +268,7 @@ void* CXFA_FWLTheme::GetCapacity(CFWL_ThemePart* pThemePart,
|
| if (CXFA_FFWidget* pWidget =
|
| XFA_ThemeGetOuterWidget(pThemePart->m_pWidget)) {
|
| IXFA_AppProvider* pAppProvider = pWidget->GetAppProvider();
|
| - m_wsResource.Empty();
|
| + m_wsResource.clear();
|
| pAppProvider->LoadString(
|
| XFA_IDS_StringWeekDay_Sun + dwCapacity - FWL_WGTCAPACITY_MAX - 5,
|
| m_wsResource);
|
|
|