| Index: fpdfsdk/formfiller/cffl_combobox.cpp
|
| diff --git a/fpdfsdk/formfiller/FFL_ComboBox.cpp b/fpdfsdk/formfiller/cffl_combobox.cpp
|
| similarity index 97%
|
| rename from fpdfsdk/formfiller/FFL_ComboBox.cpp
|
| rename to fpdfsdk/formfiller/cffl_combobox.cpp
|
| index 5e88a5d1334a4f0398b4bac6cf422cad50cb44e1..6a24df0dd9d32877a3b17a5913c0b2f46d18ae9b 100644
|
| --- a/fpdfsdk/formfiller/FFL_ComboBox.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_combobox.cpp
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "fpdfsdk/include/formfiller/FFL_ComboBox.h"
|
| +#include "fpdfsdk/formfiller/cffl_combobox.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_ComboBox.h"
|
|
|