| Index: xfa/fde/cfde_txtedttextset.h
|
| diff --git a/xfa/fde/cfde_txtedttextset.h b/xfa/fde/cfde_txtedttextset.h
|
| index c586de99690df80506a964efb3af4383bc43d788..c5e7ddb0533ea43c142bff896626854f4b1c3af1 100644
|
| --- a/xfa/fde/cfde_txtedttextset.h
|
| +++ b/xfa/fde/cfde_txtedttextset.h
|
| @@ -28,7 +28,7 @@ class CFDE_TxtEdtTextSet : public IFDE_TextSet {
|
| int32_t GetDisplayPos(FDE_HVISUALOBJ hText,
|
| FXTEXT_CHARPOS* pCharPos,
|
| FX_BOOL bCharCode = FALSE,
|
| - CFX_WideString* pWSForms = NULL) override;
|
| + CFX_WideString* pWSForms = nullptr) override;
|
| int32_t GetCharRects(FDE_HVISUALOBJ hText, CFX_RectFArray& rtArray) override;
|
| int32_t GetCharRects_Impl(FDE_HVISUALOBJ hText,
|
| CFX_RectFArray& rtArray,
|
|
|