| Index: fpdfsdk/formfiller/cffl_listbox.cpp
|
| diff --git a/fpdfsdk/formfiller/FFL_ListBox.cpp b/fpdfsdk/formfiller/cffl_listbox.cpp
|
| similarity index 96%
|
| rename from fpdfsdk/formfiller/FFL_ListBox.cpp
|
| rename to fpdfsdk/formfiller/cffl_listbox.cpp
|
| index 638618f78431ae3dc65c7c7ed90e984ac9c1e90c..f5c777743cbb13a9c0c6beb4aff359d731710412 100644
|
| --- a/fpdfsdk/formfiller/FFL_ListBox.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_listbox.cpp
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "fpdfsdk/include/formfiller/FFL_ListBox.h"
|
| +#include "fpdfsdk/formfiller/cffl_listbox.h"
|
|
|
| -#include "fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h"
|
| -#include "fpdfsdk/include/formfiller/FFL_FormFiller.h"
|
| -#include "fpdfsdk/include/formfiller/FFL_IFormFiller.h"
|
| +#include "fpdfsdk/formfiller/cba_fontmap.h"
|
| +#include "fpdfsdk/formfiller/cffl_formfiller.h"
|
| +#include "fpdfsdk/formfiller/cffl_iformfiller.h"
|
| #include "fpdfsdk/include/fsdk_common.h"
|
| #include "fpdfsdk/include/fsdk_mgr.h"
|
| #include "fpdfsdk/include/pdfwindow/PWL_ListBox.h"
|
|
|