| Index: xfa/src/fgas/src/layout/fx_unicode.h
|
| diff --git a/xfa/src/fgas/src/layout/fx_unicode.h b/xfa/src/fgas/src/layout/fx_unicode.h
|
| index 5eadb5506f31ae2715a708a4de0d68b3cacf7bb3..08f95283477eee0ef543f22cb499017d4f3b85ca 100644
|
| --- a/xfa/src/fgas/src/layout/fx_unicode.h
|
| +++ b/xfa/src/fgas/src/layout/fx_unicode.h
|
| @@ -7,9 +7,9 @@
|
| #ifndef _FGAS_UNICODE_IMP
|
| #define _FGAS_UNICODE_IMP
|
| typedef struct _FX_TPO {
|
| - FX_INT32 index;
|
| - FX_INT32 pos;
|
| + int32_t index;
|
| + int32_t pos;
|
| } FX_TPO;
|
| typedef CFX_MassArrayTemplate<FX_TPO> CFX_TPOArray;
|
| -void FX_TEXTLAYOUT_PieceSort(CFX_TPOArray &tpos, FX_INT32 iStart, FX_INT32 iEnd);
|
| +void FX_TEXTLAYOUT_PieceSort(CFX_TPOArray &tpos, int32_t iStart, int32_t iEnd);
|
| #endif
|
|
|