From 1e3996ce83b786fc61cedda0ec8f9a9ad358f032 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 5 Oct 2016 12:34:24 +0200 Subject: loplugin:unnecessaryoverride in dbaccess Change-Id: I458092403faa46f80957a55b48374678e196de11 --- dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx') diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx index 3a4c168b4dfc..cbdb3e273e4e 100644 --- a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx +++ b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx @@ -48,11 +48,8 @@ namespace dbaui protected: VclPtr m_pPasswordrequired; - protected: - virtual void implInitControls(const SfxItemSet& _rSet, bool _bSaveValue) override; virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList) override; virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) override; - }; // OTextConnectionPage -- cgit