diff options
Diffstat (limited to 'xfa/fxfa/parser/xfa_localemgr.cpp')
-rw-r--r-- | xfa/fxfa/parser/xfa_localemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/xfa_localemgr.cpp b/xfa/fxfa/parser/xfa_localemgr.cpp index 90c9824b76..069279cdc5 100644 --- a/xfa/fxfa/parser/xfa_localemgr.cpp +++ b/xfa/fxfa/parser/xfa_localemgr.cpp @@ -1271,7 +1271,7 @@ static CXFA_TimeZoneProvider* g_pProvider = NULL; // Static. CXFA_TimeZoneProvider* CXFA_TimeZoneProvider::Create() { - FXSYS_assert(!g_pProvider); + ASSERT(!g_pProvider); g_pProvider = new CXFA_TimeZoneProvider(); return g_pProvider; } |