| Index: fpdfsdk/pdfwindow/PWL_Edit.h
|
| diff --git a/fpdfsdk/pdfwindow/PWL_Edit.h b/fpdfsdk/pdfwindow/PWL_Edit.h
|
| index 29747dd2aeabfa029f7cbf5d393b2aa8c15227c2..8a9d371b285ca5b3e0c5d0aabbae80ff6645eaf2 100644
|
| --- a/fpdfsdk/pdfwindow/PWL_Edit.h
|
| +++ b/fpdfsdk/pdfwindow/PWL_Edit.h
|
| @@ -83,13 +83,10 @@ class CPWL_Edit : public CPWL_EditCtrl, public IFX_Edit_OprNotify {
|
| FX_BOOL CanClear() const;
|
| FX_BOOL CanCopy() const;
|
| FX_BOOL CanCut() const;
|
| - FX_BOOL CanPaste() const;
|
|
|
| - virtual void CopyText();
|
| - virtual void PasteText();
|
| - virtual void CutText();
|
| + void CutText();
|
|
|
| - virtual void SetText(const FX_WCHAR* csText);
|
| + void SetText(const FX_WCHAR* csText);
|
| void ReplaceSel(const FX_WCHAR* csText);
|
|
|
| CFX_ByteString GetTextAppearanceStream(const CFX_FloatPoint& ptOffset) const;
|
|
|