diff options
Diffstat (limited to 'xfa/fwl/theme')
-rw-r--r-- | xfa/fwl/theme/cfwl_barcodetp.h | 2 | ||||
-rw-r--r-- | xfa/fwl/theme/cfwl_carettp.h | 2 | ||||
-rw-r--r-- | xfa/fwl/theme/cfwl_checkboxtp.h | 2 | ||||
-rw-r--r-- | xfa/fwl/theme/cfwl_comboboxtp.h | 2 | ||||
-rw-r--r-- | xfa/fwl/theme/cfwl_datetimepickertp.h | 2 | ||||
-rw-r--r-- | xfa/fwl/theme/cfwl_edittp.h | 2 | ||||
-rw-r--r-- | xfa/fwl/theme/cfwl_listboxtp.h | 2 | ||||
-rw-r--r-- | xfa/fwl/theme/cfwl_monthcalendartp.h | 2 | ||||
-rw-r--r-- | xfa/fwl/theme/cfwl_pictureboxtp.h | 2 | ||||
-rw-r--r-- | xfa/fwl/theme/cfwl_pushbuttontp.h | 2 | ||||
-rw-r--r-- | xfa/fwl/theme/cfwl_scrollbartp.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/xfa/fwl/theme/cfwl_barcodetp.h b/xfa/fwl/theme/cfwl_barcodetp.h index 42b41e7d42..3fb9d3d9fd 100644 --- a/xfa/fwl/theme/cfwl_barcodetp.h +++ b/xfa/fwl/theme/cfwl_barcodetp.h @@ -10,7 +10,7 @@ #include "xfa/fwl/theme/cfwl_utils.h" #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_BarcodeTP : public CFWL_WidgetTP { +class CFWL_BarcodeTP final : public CFWL_WidgetTP { public: CFWL_BarcodeTP(); ~CFWL_BarcodeTP() override; diff --git a/xfa/fwl/theme/cfwl_carettp.h b/xfa/fwl/theme/cfwl_carettp.h index 64bf51b20a..a71afc935f 100644 --- a/xfa/fwl/theme/cfwl_carettp.h +++ b/xfa/fwl/theme/cfwl_carettp.h @@ -9,7 +9,7 @@ #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_CaretTP : public CFWL_WidgetTP { +class CFWL_CaretTP final : public CFWL_WidgetTP { public: CFWL_CaretTP(); ~CFWL_CaretTP() override; diff --git a/xfa/fwl/theme/cfwl_checkboxtp.h b/xfa/fwl/theme/cfwl_checkboxtp.h index c4341edf60..fa06c7ec0e 100644 --- a/xfa/fwl/theme/cfwl_checkboxtp.h +++ b/xfa/fwl/theme/cfwl_checkboxtp.h @@ -12,7 +12,7 @@ #include "xfa/fwl/theme/cfwl_utils.h" #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_CheckBoxTP : public CFWL_WidgetTP { +class CFWL_CheckBoxTP final : public CFWL_WidgetTP { public: CFWL_CheckBoxTP(); ~CFWL_CheckBoxTP() override; diff --git a/xfa/fwl/theme/cfwl_comboboxtp.h b/xfa/fwl/theme/cfwl_comboboxtp.h index 183d3a0743..dd8311c8a1 100644 --- a/xfa/fwl/theme/cfwl_comboboxtp.h +++ b/xfa/fwl/theme/cfwl_comboboxtp.h @@ -9,7 +9,7 @@ #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_ComboBoxTP : public CFWL_WidgetTP { +class CFWL_ComboBoxTP final : public CFWL_WidgetTP { public: CFWL_ComboBoxTP(); ~CFWL_ComboBoxTP() override; diff --git a/xfa/fwl/theme/cfwl_datetimepickertp.h b/xfa/fwl/theme/cfwl_datetimepickertp.h index 11536a390c..5a548511cf 100644 --- a/xfa/fwl/theme/cfwl_datetimepickertp.h +++ b/xfa/fwl/theme/cfwl_datetimepickertp.h @@ -9,7 +9,7 @@ #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_DateTimePickerTP : public CFWL_WidgetTP { +class CFWL_DateTimePickerTP final : public CFWL_WidgetTP { public: CFWL_DateTimePickerTP(); ~CFWL_DateTimePickerTP() override; diff --git a/xfa/fwl/theme/cfwl_edittp.h b/xfa/fwl/theme/cfwl_edittp.h index e1c6ac9242..7d005602e6 100644 --- a/xfa/fwl/theme/cfwl_edittp.h +++ b/xfa/fwl/theme/cfwl_edittp.h @@ -9,7 +9,7 @@ #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_EditTP : public CFWL_WidgetTP { +class CFWL_EditTP final : public CFWL_WidgetTP { public: CFWL_EditTP(); ~CFWL_EditTP() override; diff --git a/xfa/fwl/theme/cfwl_listboxtp.h b/xfa/fwl/theme/cfwl_listboxtp.h index cc4691cce0..95ce01c441 100644 --- a/xfa/fwl/theme/cfwl_listboxtp.h +++ b/xfa/fwl/theme/cfwl_listboxtp.h @@ -9,7 +9,7 @@ #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_ListBoxTP : public CFWL_WidgetTP { +class CFWL_ListBoxTP final : public CFWL_WidgetTP { public: CFWL_ListBoxTP(); ~CFWL_ListBoxTP() override; diff --git a/xfa/fwl/theme/cfwl_monthcalendartp.h b/xfa/fwl/theme/cfwl_monthcalendartp.h index 6a1b9be360..95e2a190b7 100644 --- a/xfa/fwl/theme/cfwl_monthcalendartp.h +++ b/xfa/fwl/theme/cfwl_monthcalendartp.h @@ -11,7 +11,7 @@ #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_MonthCalendarTP : public CFWL_WidgetTP { +class CFWL_MonthCalendarTP final : public CFWL_WidgetTP { public: CFWL_MonthCalendarTP(); ~CFWL_MonthCalendarTP() override; diff --git a/xfa/fwl/theme/cfwl_pictureboxtp.h b/xfa/fwl/theme/cfwl_pictureboxtp.h index 4a118f21f8..1bb3486c44 100644 --- a/xfa/fwl/theme/cfwl_pictureboxtp.h +++ b/xfa/fwl/theme/cfwl_pictureboxtp.h @@ -9,7 +9,7 @@ #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_PictureBoxTP : public CFWL_WidgetTP { +class CFWL_PictureBoxTP final : public CFWL_WidgetTP { public: CFWL_PictureBoxTP(); ~CFWL_PictureBoxTP() override; diff --git a/xfa/fwl/theme/cfwl_pushbuttontp.h b/xfa/fwl/theme/cfwl_pushbuttontp.h index b2372bb066..2e1782a1b5 100644 --- a/xfa/fwl/theme/cfwl_pushbuttontp.h +++ b/xfa/fwl/theme/cfwl_pushbuttontp.h @@ -11,7 +11,7 @@ #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_PushButtonTP : public CFWL_WidgetTP { +class CFWL_PushButtonTP final : public CFWL_WidgetTP { public: CFWL_PushButtonTP(); ~CFWL_PushButtonTP() override; diff --git a/xfa/fwl/theme/cfwl_scrollbartp.h b/xfa/fwl/theme/cfwl_scrollbartp.h index 8398706458..53cbb38d83 100644 --- a/xfa/fwl/theme/cfwl_scrollbartp.h +++ b/xfa/fwl/theme/cfwl_scrollbartp.h @@ -11,7 +11,7 @@ #include "xfa/fwl/theme/cfwl_widgettp.h" -class CFWL_ScrollBarTP : public CFWL_WidgetTP { +class CFWL_ScrollBarTP final : public CFWL_WidgetTP { public: CFWL_ScrollBarTP(); ~CFWL_ScrollBarTP() override; |