From 315bf654595fc621c2beb8bc332df419ff387b44 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 6 Nov 2017 11:11:04 +0200 Subject: loplugin:finalclasses in dbaccess Change-Id: I7cbc786407ee798950a7fdc98f43aee0845ff862 Reviewed-on: https://gerrit.libreoffice.org/44347 Tested-by: Jenkins Reviewed-by: Noel Grandin --- dbaccess/source/ui/inc/TableController.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/inc/TableController.hxx') diff --git a/dbaccess/source/ui/inc/TableController.hxx b/dbaccess/source/ui/inc/TableController.hxx index bb04ebf8c273..add296253741 100644 --- a/dbaccess/source/ui/inc/TableController.hxx +++ b/dbaccess/source/ui/inc/TableController.hxx @@ -35,7 +35,7 @@ namespace dbaui { class OTableRow; typedef OSingleDocumentController OTableController_BASE; - class OTableController : public OTableController_BASE + class OTableController final : public OTableController_BASE { private: std::vector< std::shared_ptr > m_vRowList; @@ -131,7 +131,7 @@ namespace dbaui static css::uno::Reference< css::uno::XInterface > SAL_CALL Create(const css::uno::Reference< css::lang::XMultiServiceFactory >&); - protected: + private: void startTableListening(); void stopTableListening(); virtual void impl_initialize() override; -- cgit