diff options
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r-- | svx/source/gallery2/galbrws1.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/gallery2/galbrws1.hxx b/svx/source/gallery2/galbrws1.hxx index 531e92edc472..858a9559c17a 100644 --- a/svx/source/gallery2/galbrws1.hxx +++ b/svx/source/gallery2/galbrws1.hxx @@ -43,10 +43,8 @@ public: }; -class GalleryThemeListBox : public ListBox +class GalleryThemeListBox final : public ListBox { -protected: - void InitSettings(); virtual void DataChanged( const DataChangedEvent& rDCEvt ) override; |