| Index: fpdfsdk/pdfwindow/PWL_Edit.h
|
| diff --git a/fpdfsdk/pdfwindow/PWL_Edit.h b/fpdfsdk/pdfwindow/PWL_Edit.h
|
| index 008e1fd4a5c9772d176898394ed45ae8c98f27f4..df69ebf5d7de4efc2fed4ab291c713994fffff8e 100644
|
| --- a/fpdfsdk/pdfwindow/PWL_Edit.h
|
| +++ b/fpdfsdk/pdfwindow/PWL_Edit.h
|
| @@ -76,10 +76,7 @@ class CPWL_Edit : public CPWL_EditCtrl {
|
| void SetCharArray(int32_t nCharArray);
|
| void SetLimitChar(int32_t nLimitChar);
|
|
|
| - void SetHorzScale(int32_t nHorzScale, FX_BOOL bPaint = TRUE);
|
| - void SetCharSpace(FX_FLOAT fCharSpace, FX_BOOL bPaint = TRUE);
|
| -
|
| - void SetLineLeading(FX_FLOAT fLineLeading, FX_BOOL bPaint = TRUE);
|
| + void SetCharSpace(FX_FLOAT fCharSpace);
|
|
|
| FX_BOOL CanSelectAll() const;
|
| FX_BOOL CanClear() const;
|
|
|