| Index: fpdfsdk/fpdfxfa/include/fpdfxfa_app.h
|
| diff --git a/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h b/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h
|
| index e88061fc4bde251301d1430d8d34b1acc13c21a6..6491781cbe5ce602ae237aa39d623cec5fed1fce 100644
|
| --- a/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h
|
| +++ b/fpdfsdk/fpdfxfa/include/fpdfxfa_app.h
|
| @@ -76,10 +76,6 @@ class CPDFXFA_App : public IXFA_AppProvider {
|
| const CFX_WideStringC& wsEncode) override;
|
|
|
| void LoadString(int32_t iStringID, CFX_WideString& wsString) override;
|
| - FX_BOOL ShowFileDialog(const CFX_WideStringC& wsTitle,
|
| - const CFX_WideStringC& wsFilter,
|
| - CFX_WideStringArray& wsPathArr,
|
| - FX_BOOL bOpen) override;
|
| IFWL_AdapterTimerMgr* GetTimerMgr() override;
|
|
|
| CFX_ArrayTemplate<CPDFDoc_Environment*> m_pEnvList;
|
|
|