| Index: xfa/fxfa/app/xfa_ffwidgetacc.cpp
|
| diff --git a/xfa/src/fxfa/app/xfa_ffwidgetacc.cpp b/xfa/fxfa/app/xfa_ffwidgetacc.cpp
|
| similarity index 98%
|
| rename from xfa/src/fxfa/app/xfa_ffwidgetacc.cpp
|
| rename to xfa/fxfa/app/xfa_ffwidgetacc.cpp
|
| index 10aaad0dc505f1def0de6ce6f344b158f68ee399..500235d4a5241e6a873c03b92886013fe337803d 100644
|
| --- a/xfa/src/fxfa/app/xfa_ffwidgetacc.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffwidgetacc.cpp
|
| @@ -4,24 +4,24 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/fxfa/app/xfa_ffwidgetacc.h"
|
| +#include "xfa/fxfa/app/xfa_ffwidgetacc.h"
|
|
|
| #include <algorithm>
|
|
|
| -#include "xfa/src/fde/tto/fde_textout.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffapp.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffcheckbutton.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffchoicelist.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffdoc.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffdocview.h"
|
| -#include "xfa/src/fxfa/app/xfa_fffield.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffpageview.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffwidget.h"
|
| -#include "xfa/src/fxfa/app/xfa_fontmgr.h"
|
| -#include "xfa/src/fxfa/app/xfa_fwladapter.h"
|
| -#include "xfa/src/fxfa/app/xfa_textlayout.h"
|
| -#include "xfa/src/fxfa/parser/xfa_localevalue.h"
|
| -#include "xfa/src/fxfa/parser/xfa_script.h"
|
| +#include "xfa/fde/tto/fde_textout.h"
|
| +#include "xfa/fxfa/app/xfa_ffapp.h"
|
| +#include "xfa/fxfa/app/xfa_ffcheckbutton.h"
|
| +#include "xfa/fxfa/app/xfa_ffchoicelist.h"
|
| +#include "xfa/fxfa/app/xfa_ffdoc.h"
|
| +#include "xfa/fxfa/app/xfa_ffdocview.h"
|
| +#include "xfa/fxfa/app/xfa_fffield.h"
|
| +#include "xfa/fxfa/app/xfa_ffpageview.h"
|
| +#include "xfa/fxfa/app/xfa_ffwidget.h"
|
| +#include "xfa/fxfa/app/xfa_fontmgr.h"
|
| +#include "xfa/fxfa/app/xfa_fwladapter.h"
|
| +#include "xfa/fxfa/app/xfa_textlayout.h"
|
| +#include "xfa/fxfa/parser/xfa_localevalue.h"
|
| +#include "xfa/fxfa/parser/xfa_script.h"
|
|
|
| static void XFA_FFDeleteCalcData(void* pData) {
|
| if (pData) {
|
|
|