Index: xfa/fwl/core/cfwl_themetext.h |
diff --git a/xfa/fwl/core/cfwl_themetext.h b/xfa/fwl/core/cfwl_themetext.h |
index e4c0e92ed18571e5ae908d73063d88e199175bca..7f3dde91d886095303504fe26a92dd7bbea6b842 100644 |
--- a/xfa/fwl/core/cfwl_themetext.h |
+++ b/xfa/fwl/core/cfwl_themetext.h |
@@ -15,7 +15,7 @@ class CFWL_ThemeText : public CFWL_ThemePart { |
public: |
CFWL_ThemeText() : m_pGraphics(NULL) {} |
CFX_WideString m_wsText; |
- FX_DWORD m_dwTTOStyles; |
+ uint32_t m_dwTTOStyles; |
int32_t m_iTTOAlign; |
CFX_Graphics* m_pGraphics; |
}; |