| Index: xfa/fwl/lightwidget/cfwl_theme.cpp
|
| diff --git a/xfa/fwl/lightwidget/theme.cpp b/xfa/fwl/lightwidget/cfwl_theme.cpp
|
| similarity index 87%
|
| rename from xfa/fwl/lightwidget/theme.cpp
|
| rename to xfa/fwl/lightwidget/cfwl_theme.cpp
|
| index 59729c1b2dec4d5f8fce50359dacd419b52a4fe3..fdb0a89997e71e2bb73890ea979485b400502b82 100644
|
| --- a/xfa/fwl/lightwidget/theme.cpp
|
| +++ b/xfa/fwl/lightwidget/cfwl_theme.cpp
|
| @@ -4,25 +4,25 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/include/fwl/lightwidget/theme.h"
|
| +#include "xfa/fwl/lightwidget/cfwl_theme.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "xfa/fwl/core/cfwl_themebackground.h"
|
| #include "xfa/fwl/core/cfwl_themepart.h"
|
| #include "xfa/fwl/core/cfwl_themetext.h"
|
| -#include "xfa/include/fwl/theme/barcodetp.h"
|
| -#include "xfa/include/fwl/theme/carettp.h"
|
| -#include "xfa/include/fwl/theme/checkboxtp.h"
|
| -#include "xfa/include/fwl/theme/comboboxtp.h"
|
| -#include "xfa/include/fwl/theme/datetimepickertp.h"
|
| -#include "xfa/include/fwl/theme/edittp.h"
|
| -#include "xfa/include/fwl/theme/formtp.h"
|
| -#include "xfa/include/fwl/theme/listboxtp.h"
|
| -#include "xfa/include/fwl/theme/monthcalendartp.h"
|
| -#include "xfa/include/fwl/theme/pictureboxtp.h"
|
| -#include "xfa/include/fwl/theme/pushbuttontp.h"
|
| -#include "xfa/include/fwl/theme/scrollbartp.h"
|
| +#include "xfa/fwl/theme/cfwl_barcodetp.h"
|
| +#include "xfa/fwl/theme/cfwl_carettp.h"
|
| +#include "xfa/fwl/theme/cfwl_checkboxtp.h"
|
| +#include "xfa/fwl/theme/cfwl_comboboxtp.h"
|
| +#include "xfa/fwl/theme/cfwl_datetimepickertp.h"
|
| +#include "xfa/fwl/theme/cfwl_edittp.h"
|
| +#include "xfa/fwl/theme/cfwl_formtp.h"
|
| +#include "xfa/fwl/theme/cfwl_listboxtp.h"
|
| +#include "xfa/fwl/theme/cfwl_monthcalendartp.h"
|
| +#include "xfa/fwl/theme/cfwl_pictureboxtp.h"
|
| +#include "xfa/fwl/theme/cfwl_pushbuttontp.h"
|
| +#include "xfa/fwl/theme/cfwl_scrollbartp.h"
|
|
|
| CFWL_Theme::CFWL_Theme() {
|
| m_ThemesArray.push_back(std::unique_ptr<CFWL_WidgetTP>(new CFWL_FormTP));
|
|
|