1 // Copyright 2014 PDFium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 6 7 #include "xfa/src/foxitlib.h" 8 #include "xfa/src/fxfa/src/common/xfa_common.h" 9 #include "xfa_ffwidget.h" 10 #include "xfa_ffsubform.h" 11 #include "xfa_ffpageview.h" 12 #include "xfa_ffapp.h" 13 #include "xfa_ffdoc.h" CXFA_FFSubForm(CXFA_FFPageView * pPageView,CXFA_WidgetAcc * pDataAcc)14CXFA_FFSubForm::CXFA_FFSubForm(CXFA_FFPageView* pPageView, 15 CXFA_WidgetAcc* pDataAcc) 16 : CXFA_FFWidget(pPageView, pDataAcc) {} ~CXFA_FFSubForm()17CXFA_FFSubForm::~CXFA_FFSubForm() {} 18