| Index: fpdfsdk/fsdk_baseform.cpp
|
| diff --git a/fpdfsdk/src/fsdk_baseform.cpp b/fpdfsdk/fsdk_baseform.cpp
|
| similarity index 99%
|
| rename from fpdfsdk/src/fsdk_baseform.cpp
|
| rename to fpdfsdk/fsdk_baseform.cpp
|
| index 89d27726e8f40984c8ac0ee24ab8cfff533f99a7..141e1f5f82644eb7e9326861375e6d9adb0dceeb 100644
|
| --- a/fpdfsdk/src/fsdk_baseform.cpp
|
| +++ b/fpdfsdk/fsdk_baseform.cpp
|
| @@ -1988,8 +1988,9 @@ FX_BOOL CPDFSDK_Widget::HitTest(FX_FLOAT pageX, FX_FLOAT pageY) {
|
| CPDFSDK_XFAWidget::CPDFSDK_XFAWidget(IXFA_Widget* pAnnot,
|
| CPDFSDK_PageView* pPageView,
|
| CPDFSDK_InterForm* pInterForm)
|
| - : CPDFSDK_Annot(pPageView), m_pInterForm(pInterForm), m_hXFAWidget(pAnnot) {
|
| -}
|
| + : CPDFSDK_Annot(pPageView),
|
| + m_pInterForm(pInterForm),
|
| + m_hXFAWidget(pAnnot) {}
|
|
|
| FX_BOOL CPDFSDK_XFAWidget::IsXFAField() {
|
| return TRUE;
|
| @@ -2726,8 +2727,7 @@ CBA_AnnotIterator::CBA_AnnotIterator(CPDFSDK_PageView* pPageView,
|
| GenerateResults();
|
| }
|
|
|
| -CBA_AnnotIterator::~CBA_AnnotIterator() {
|
| -}
|
| +CBA_AnnotIterator::~CBA_AnnotIterator() {}
|
|
|
| CPDFSDK_Annot* CBA_AnnotIterator::GetFirstAnnot() {
|
| return m_Annots.empty() ? nullptr : m_Annots.front();
|
|
|