diff options
Diffstat (limited to 'fpdfsdk/include/cpdfsdk_xfaannothandler.h')
-rw-r--r-- | fpdfsdk/include/cpdfsdk_xfaannothandler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/include/cpdfsdk_xfaannothandler.h b/fpdfsdk/include/cpdfsdk_xfaannothandler.h index db5e4b7ea6..2dd6f297a7 100644 --- a/fpdfsdk/include/cpdfsdk_xfaannothandler.h +++ b/fpdfsdk/include/cpdfsdk_xfaannothandler.h @@ -26,7 +26,6 @@ class CPDFSDK_XFAAnnotHandler : public IPDFSDK_AnnotHandler { ~CPDFSDK_XFAAnnotHandler() override; CFX_ByteString GetType() override; - CFX_ByteString GetName() override; FX_BOOL CanAnswer(CPDFSDK_Annot* pAnnot) override; CPDFSDK_Annot* NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage) override; CPDFSDK_Annot* NewAnnot(CXFA_FFWidget* pAnnot, |