| Index: fpdfsdk/formfiller/cffl_checkbox.cpp
|
| diff --git a/fpdfsdk/formfiller/FFL_CheckBox.cpp b/fpdfsdk/formfiller/cffl_checkbox.cpp
|
| similarity index 96%
|
| rename from fpdfsdk/formfiller/FFL_CheckBox.cpp
|
| rename to fpdfsdk/formfiller/cffl_checkbox.cpp
|
| index 485f86ba7580c2f5c910a19cc3a4090740d1ce18..c0e300850811cb9db734ac825586a68ca745a418 100644
|
| --- a/fpdfsdk/formfiller/FFL_CheckBox.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_checkbox.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "fpdfsdk/include/formfiller/FFL_CheckBox.h"
|
| +#include "fpdfsdk/formfiller/cffl_checkbox.h"
|
|
|
| -#include "fpdfsdk/include/formfiller/FFL_FormFiller.h"
|
| +#include "fpdfsdk/formfiller/cffl_formfiller.h"
|
| #include "fpdfsdk/include/fsdk_mgr.h"
|
| #include "fpdfsdk/include/pdfwindow/PWL_SpecialButton.h"
|
| #include "public/fpdf_fwlevent.h"
|
|
|