From 91f54b1990153efd17ea5e33feffd1ec16b0387b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 7 Feb 2020 11:57:21 +0000 Subject: weld URLBox ItemWindow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7dad000404a188e2f5588b90d73ea9b1236bd301 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88183 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- svx/source/tbxctrls/tbunocontroller.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'svx') 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; -- cgit