diff options
Diffstat (limited to 'svx/source/tbxctrls/tbunocontroller.cxx')
-rw-r--r-- | svx/source/tbxctrls/tbunocontroller.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/tbunocontroller.cxx b/svx/source/tbxctrls/tbunocontroller.cxx index fc56a7d0e286..81c4b8e7bd73 100644 --- a/svx/source/tbxctrls/tbunocontroller.cxx +++ b/svx/source/tbxctrls/tbunocontroller.cxx @@ -86,7 +86,7 @@ class FontHeightToolBoxControl : public svt::ToolboxController, css::awt::FontDescriptor m_aCurrentFont; }; -class SvxFontSizeBox_Impl : public InterimItemWindow +class SvxFontSizeBox_Impl final : public InterimItemWindow { public: SvxFontSizeBox_Impl( vcl::Window* pParent, @@ -101,7 +101,6 @@ public: virtual boost::property_tree::ptree DumpAsPropertyTree() override; -protected: virtual void DataChanged( const DataChangedEvent& rDCEvt ) override; virtual void GetFocus() override; |