diff options
Diffstat (limited to 'xfa/src/fwl')
7 files changed, 0 insertions, 10 deletions
diff --git a/xfa/src/fwl/src/basewidget/include/fwl_datetimepickerimp.h b/xfa/src/fwl/src/basewidget/include/fwl_datetimepickerimp.h index 5405ed9b97..48556aee7d 100644 --- a/xfa/src/fwl/src/basewidget/include/fwl_datetimepickerimp.h +++ b/xfa/src/fwl/src/basewidget/include/fwl_datetimepickerimp.h @@ -20,7 +20,6 @@ class CFWL_WidgetImp; class CFWL_WidgetImpProperties; class CFWL_WidgetImpDelegate; -class CFWL_FormProxyImp; class CFWL_DateTimeEdit; class CFWL_DateTimeEditImpDelegate; class CFWL_DateTimeCalendar; diff --git a/xfa/src/fwl/src/basewidget/include/fwl_editimp.h b/xfa/src/fwl/src/basewidget/include/fwl_editimp.h index db74020adc..a19dd055d0 100644 --- a/xfa/src/fwl/src/basewidget/include/fwl_editimp.h +++ b/xfa/src/fwl/src/basewidget/include/fwl_editimp.h @@ -16,9 +16,7 @@ class CFWL_WidgetImpProperties; class CFWL_WidgetImpDelegate; -class CFWL_ScrollBarImp; class IFWL_Caret; -class IFWL_AdapterTextField; class CFWL_EditImp; class CFWL_EditImpDelegate; diff --git a/xfa/src/fwl/src/basewidget/include/fwl_monthcalendarimp.h b/xfa/src/fwl/src/basewidget/include/fwl_monthcalendarimp.h index 5d1fd4c9cd..57db256baf 100644 --- a/xfa/src/fwl/src/basewidget/include/fwl_monthcalendarimp.h +++ b/xfa/src/fwl/src/basewidget/include/fwl_monthcalendarimp.h @@ -12,8 +12,6 @@ class CFWL_WidgetImpProperties; class IFWL_Widget; -class IFDE_DateTime; -class CFDE_DateTime; class CFWL_MonthCalendarImpDelegate; extern uint8_t FX_DaysInMonth(int32_t iYear, uint8_t iMonth); diff --git a/xfa/src/fwl/src/basewidget/include/fwl_scrollbarimp.h b/xfa/src/fwl/src/basewidget/include/fwl_scrollbarimp.h index 781075cefe..265c22d806 100644 --- a/xfa/src/fwl/src/basewidget/include/fwl_scrollbarimp.h +++ b/xfa/src/fwl/src/basewidget/include/fwl_scrollbarimp.h @@ -12,7 +12,6 @@ class CFWL_WidgetImpProperties; class IFWL_Widget; -class IFWL_TimerDelegate; class CFWL_ScrollBarImpDelegate; class CFWL_ScrollBarImp : public CFWL_WidgetImp, public IFWL_Timer { diff --git a/xfa/src/fwl/src/core/include/fwl_noteimp.h b/xfa/src/fwl/src/core/include/fwl_noteimp.h index 32a8f91a59..eeb86b6026 100644 --- a/xfa/src/fwl/src/core/include/fwl_noteimp.h +++ b/xfa/src/fwl/src/core/include/fwl_noteimp.h @@ -9,9 +9,7 @@ #include "xfa/include/fwl/core/fwl_note.h" -class CFWL_TargetImp; class CFWL_WidgetImp; -class CFWL_NoteThreadImp; class CFWL_ToolTipImp; class CFWL_CoreToopTipDP; class CFWL_NoteDriver; diff --git a/xfa/src/fwl/src/core/include/fwl_widgetimp.h b/xfa/src/fwl/src/core/include/fwl_widgetimp.h index 22cba226d2..65cd75e151 100644 --- a/xfa/src/fwl/src/core/include/fwl_widgetimp.h +++ b/xfa/src/fwl/src/core/include/fwl_widgetimp.h @@ -10,7 +10,6 @@ #include "xfa/include/fwl/core/fwl_widget.h" #include "xfa/src/fwl/src/core/include/fwl_targetimp.h" -class CFWL_NoteTarget; class CFWL_NoteThreadImp; class CFWL_WidgetImpProperties; class CFWL_WidgetMgr; diff --git a/xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h b/xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h index c1c07d8b36..5c951777e8 100644 --- a/xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h +++ b/xfa/src/fwl/src/core/include/fwl_widgetmgrimp.h @@ -9,7 +9,6 @@ #include "xfa/include/fwl/core/fwl_widgetmgr.h" -class CFWL_TargetImp; class IFWL_Widget; class IFWL_AdapterWidgetMgr; class CFWL_WidgetMgrDelegate; |