summaryrefslogtreecommitdiff
path: root/xfa/fwl/lightwidget/cfwl_widgetproperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_widgetproperties.h')
-rw-r--r--xfa/fwl/lightwidget/cfwl_widgetproperties.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_widgetproperties.h b/xfa/fwl/lightwidget/cfwl_widgetproperties.h
index 2a3e3ffefb..5d4116e62d 100644
--- a/xfa/fwl/lightwidget/cfwl_widgetproperties.h
+++ b/xfa/fwl/lightwidget/cfwl_widgetproperties.h
@@ -17,14 +17,9 @@ class IFWL_DataProvider;
class CFWL_WidgetProperties {
public:
- CFWL_WidgetProperties()
- : m_dwStyles(FWL_WGTSTYLE_Child),
- m_dwStyleExes(0),
- m_dwStates(0),
- m_pParent(nullptr),
- m_pOwner(nullptr) {
- m_rtWidget.Set(0, 0, 0, 0);
- }
+ CFWL_WidgetProperties();
+ ~CFWL_WidgetProperties();
+ CFWL_WidgetProperties(const CFWL_WidgetProperties& other);
CFWL_WidgetImpProperties MakeWidgetImpProperties(
IFWL_DataProvider* pDataProvider) const;