summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/app/xfa_fwltheme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_fwltheme.cpp')
-rw-r--r--xfa/src/fxfa/src/app/xfa_fwltheme.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_fwltheme.cpp b/xfa/src/fxfa/src/app/xfa_fwltheme.cpp
index 7456e892db..036d6f1157 100644
--- a/xfa/src/fxfa/src/app/xfa_fwltheme.cpp
+++ b/xfa/src/fxfa/src/app/xfa_fwltheme.cpp
@@ -58,9 +58,9 @@ CXFA_FWLTheme::~CXFA_FWLTheme()
delete m_pBarcodeTP;
}
static FX_LPCWSTR g_FWLTheme_CalFonts[] = {
- (FX_LPCWSTR)L"Arial",
- (FX_LPCWSTR)L"Courier New",
- (FX_LPCWSTR)L"DejaVu Sans",
+ L"Arial",
+ L"Courier New",
+ L"DejaVu Sans",
};
FWL_ERR CXFA_FWLTheme::Initialize()
{