Chromium Code Reviews| Index: fpdfsdk/fxedit/fxet_ap.cpp |
| diff --git a/fpdfsdk/fxedit/fxet_ap.cpp b/fpdfsdk/fxedit/fxet_ap.cpp |
| index 563acb65b5f72337572c0311d195d5aeb9dd3814..e16ffad10199b661aef2af83d1db1d08d11d685a 100644 |
| --- a/fpdfsdk/fxedit/fxet_ap.cpp |
| +++ b/fpdfsdk/fxedit/fxet_ap.cpp |
| @@ -59,7 +59,7 @@ static CFX_ByteString GetFontSetString(IPVT_FontMap* pFontMap, |
| CFX_ByteString IFX_Edit::GetEditAppearanceStream( |
| IFX_Edit* pEdit, |
| const CFX_FloatPoint& ptOffset, |
| - const CPVT_WordRange* pRange /* = NULL*/, |
| + const CPVT_WordRange* pRange /* = nullptr*/, |
|
Tom Sepez
2016/06/02 20:26:26
kill comments.
Lei Zhang
2016/06/07 08:03:13
Done.
|
| FX_BOOL bContinuous /* = TRUE*/, |
| uint16_t SubWord /* = 0*/) { |
| CFX_ByteTextBuf sEditStream, sWords; |