| Index: xfa/fgas/localization/fgas_localeimp.h
|
| diff --git a/xfa/fgas/localization/fgas_localeimp.h b/xfa/fgas/localization/fgas_localeimp.h
|
| index bbbdcb17e1fdd0f22e672583c66514363e6dd5be..969fe6b625a60532d911f271ea52ce34a27a7708 100644
|
| --- a/xfa/fgas/localization/fgas_localeimp.h
|
| +++ b/xfa/fgas/localization/fgas_localeimp.h
|
| @@ -11,39 +11,6 @@
|
|
|
| class CFX_LCNumeric;
|
|
|
| -class CFX_Locale : public IFX_Locale {
|
| - public:
|
| - CFX_Locale(CXML_Element* pLocaleData);
|
| - virtual void Release() { delete this; }
|
| -
|
| - virtual CFX_WideString GetName();
|
| - virtual void GetNumbericSymbol(FX_LOCALENUMSYMBOL eType,
|
| - CFX_WideString& wsNumSymbol) const;
|
| -
|
| - virtual void GetDateTimeSymbols(CFX_WideString& wsDtSymbol) const;
|
| - virtual void GetMonthName(int32_t nMonth,
|
| - CFX_WideString& wsMonthName,
|
| - FX_BOOL bAbbr = TRUE) const;
|
| - virtual void GetDayName(int32_t nWeek,
|
| - CFX_WideString& wsDayName,
|
| - FX_BOOL bAbbr = TRUE) const;
|
| - virtual void GetMeridiemName(CFX_WideString& wsMeridiemName,
|
| - FX_BOOL bAM = TRUE) const;
|
| - virtual void GetTimeZone(FX_TIMEZONE& tz) const;
|
| - virtual void GetEraName(CFX_WideString& wsEraName, FX_BOOL bAD = TRUE) const;
|
| -
|
| - virtual void GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY eType,
|
| - CFX_WideString& wsPattern) const;
|
| - virtual void GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY eType,
|
| - CFX_WideString& wsPattern) const;
|
| - virtual void GetNumPattern(FX_LOCALENUMSUBCATEGORY eType,
|
| - CFX_WideString& wsPattern) const;
|
| -
|
| - protected:
|
| - virtual ~CFX_Locale();
|
| - CXML_Element* m_pElement;
|
| -};
|
| -
|
| class CFX_FormatString {
|
| public:
|
| CFX_FormatString(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID);
|
|
|