| Index: fpdfsdk/formfiller/cffl_listbox.h
|
| diff --git a/fpdfsdk/include/formfiller/FFL_ListBox.h b/fpdfsdk/formfiller/cffl_listbox.h
|
| similarity index 87%
|
| rename from fpdfsdk/include/formfiller/FFL_ListBox.h
|
| rename to fpdfsdk/formfiller/cffl_listbox.h
|
| index fe7fed1020e7fb42aa01b4c1d636e737629a9247..43fbab664213e809567a73fc5faa137bd2de60f2 100644
|
| --- a/fpdfsdk/include/formfiller/FFL_ListBox.h
|
| +++ b/fpdfsdk/formfiller/cffl_listbox.h
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_LISTBOX_H_
|
| -#define FPDFSDK_INCLUDE_FORMFILLER_FFL_LISTBOX_H_
|
| +#ifndef FPDFSDK_FORMFILLER_CFFL_LISTBOX_H_
|
| +#define FPDFSDK_FORMFILLER_CFFL_LISTBOX_H_
|
|
|
| #include <set>
|
|
|
| -#include "fpdfsdk/include/formfiller/FFL_FormFiller.h"
|
| +#include "fpdfsdk/formfiller/cffl_formfiller.h"
|
|
|
| class CBA_FontMap;
|
|
|
| @@ -42,4 +42,4 @@ class CFFL_ListBox : public CFFL_FormFiller {
|
| CFX_ArrayTemplate<int> m_State;
|
| };
|
|
|
| -#endif // FPDFSDK_INCLUDE_FORMFILLER_FFL_LISTBOX_H_
|
| +#endif // FPDFSDK_FORMFILLER_CFFL_LISTBOX_H_
|
|
|