summaryrefslogtreecommitdiff
path: root/xfa/fee/fde_txtedtpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fee/fde_txtedtpage.h')
-rw-r--r--xfa/fee/fde_txtedtpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fee/fde_txtedtpage.h b/xfa/fee/fde_txtedtpage.h
index c7a3cb522a..13a444f0da 100644
--- a/xfa/fee/fde_txtedtpage.h
+++ b/xfa/fee/fde_txtedtpage.h
@@ -64,7 +64,7 @@ struct FDE_TEXTEDITPIECE {
int32_t nCount;
int32_t nBidiLevel;
CFX_RectF rtPiece;
- FX_DWORD dwCharStyles;
+ uint32_t dwCharStyles;
};
typedef CFX_MassArrayTemplate<FDE_TEXTEDITPIECE> CFDE_TXTEDTPieceMassArray;