summaryrefslogtreecommitdiff
path: root/xfa/fgas/localization/cfx_formatstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fgas/localization/cfx_formatstring.h')
-rw-r--r--xfa/fgas/localization/cfx_formatstring.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/xfa/fgas/localization/cfx_formatstring.h b/xfa/fgas/localization/cfx_formatstring.h
index 5fd60aac97..80e036fa3e 100644
--- a/xfa/fgas/localization/cfx_formatstring.h
+++ b/xfa/fgas/localization/cfx_formatstring.h
@@ -9,9 +9,14 @@
#include <vector>
-#include "xfa/fgas/localization/fgas_locale.h"
+#include "xfa/fgas/localization/ifx_locale.h"
#include "xfa/fxfa/parser/cxfa_localemgr.h"
+bool FX_DateFromCanonical(const CFX_WideString& wsDate, CFX_DateTime* datetime);
+bool FX_TimeFromCanonical(const CFX_WideStringC& wsTime,
+ CFX_DateTime* datetime,
+ IFX_Locale* pLocale);
+
class CFX_FormatString {
public:
explicit CFX_FormatString(CXFA_LocaleMgr* pLocaleMgr);