Index: core/fxcrt/fx_ucd.h |
diff --git a/core/fxcrt/fx_ucd.h b/core/fxcrt/fx_ucd.h |
index d79693b9fdf16c6c52dbdb7ac660a366b0fe5c71..798658f59fcab1a45a1cb6707b404a7321dc385a 100644 |
--- a/core/fxcrt/fx_ucd.h |
+++ b/core/fxcrt/fx_ucd.h |
@@ -148,7 +148,7 @@ class CFX_Char { |
int32_t m_iHorizontalScale; |
int32_t m_iVertialScale; |
}; |
-typedef CFX_ArrayTemplate<CFX_Char> CFX_CharArray; |
+ |
class CFX_TxtChar : public CFX_Char { |
public: |
CFX_TxtChar() |
@@ -165,7 +165,7 @@ class CFX_TxtChar : public CFX_Char { |
int16_t m_iBidiOrder; |
void* m_pUserData; |
}; |
-typedef CFX_ArrayTemplate<CFX_TxtChar> CFX_TxtCharArray; |
+ |
class CFX_RTFChar : public CFX_Char { |
public: |
CFX_RTFChar(); |
@@ -196,7 +196,6 @@ inline CFX_RTFChar::CFX_RTFChar() |
inline CFX_RTFChar::CFX_RTFChar(const CFX_RTFChar& other) = default; |
-typedef CFX_ArrayTemplate<CFX_RTFChar> CFX_RTFCharArray; |
#endif // PDF_ENABLE_XFA |
#endif // CORE_FXCRT_FX_UCD_H_ |