| Index: xfa/src/fwl/basewidget/fwl_listboximp.cpp
|
| diff --git a/xfa/src/fwl/src/basewidget/fwl_listboximp.cpp b/xfa/src/fwl/basewidget/fwl_listboximp.cpp
|
| similarity index 99%
|
| rename from xfa/src/fwl/src/basewidget/fwl_listboximp.cpp
|
| rename to xfa/src/fwl/basewidget/fwl_listboximp.cpp
|
| index dc7c33f2c6ee2ba7952ced1062517f859205200b..26b27e86370f28fc5e1f39e4d5e56d6708b38c8f 100644
|
| --- a/xfa/src/fwl/src/basewidget/fwl_listboximp.cpp
|
| +++ b/xfa/src/fwl/basewidget/fwl_listboximp.cpp
|
| @@ -4,15 +4,15 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/fwl/src/basewidget/fwl_listboximp.h"
|
| +#include "xfa/src/fwl/basewidget/fwl_listboximp.h"
|
|
|
| #include "xfa/include/fwl/core/fwl_theme.h"
|
| #include "xfa/src/fdp/include/fde_tto.h"
|
| -#include "xfa/src/fwl/src/basewidget/fwl_comboboximp.h"
|
| -#include "xfa/src/fwl/src/basewidget/fwl_scrollbarimp.h"
|
| -#include "xfa/src/fwl/src/core/fwl_noteimp.h"
|
| -#include "xfa/src/fwl/src/core/fwl_targetimp.h"
|
| -#include "xfa/src/fwl/src/core/fwl_widgetimp.h"
|
| +#include "xfa/src/fwl/basewidget/fwl_comboboximp.h"
|
| +#include "xfa/src/fwl/basewidget/fwl_scrollbarimp.h"
|
| +#include "xfa/src/fwl/core/fwl_noteimp.h"
|
| +#include "xfa/src/fwl/core/fwl_targetimp.h"
|
| +#include "xfa/src/fwl/core/fwl_widgetimp.h"
|
|
|
| #define FWL_LISTBOX_ItemTextMargin 2
|
|
|
| @@ -71,8 +71,7 @@ CFWL_ListBoxImp::CFWL_ListBoxImp(const CFWL_WidgetImpProperties& properties,
|
| m_rtConent.Reset();
|
| m_rtStatic.Reset();
|
| }
|
| -CFWL_ListBoxImp::~CFWL_ListBoxImp() {
|
| -}
|
| +CFWL_ListBoxImp::~CFWL_ListBoxImp() {}
|
| FWL_ERR CFWL_ListBoxImp::GetClassName(CFX_WideString& wsClass) const {
|
| wsClass = FWL_CLASS_ListBox;
|
| return FWL_ERR_Succeeded;
|
|
|