summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/tablespage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-06 11:11:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-06 11:55:28 +0100
commit315bf654595fc621c2beb8bc332df419ff387b44 (patch)
treebf180f0fa2eb39e6f68feab63790e3abb6ccefe8 /dbaccess/source/ui/dlg/tablespage.hxx
parentfe2e279c0817827ba61c37735dfd098bfe3337fe (diff)
loplugin:finalclasses in dbaccess
Change-Id: I7cbc786407ee798950a7fdc98f43aee0845ff862 Reviewed-on: https://gerrit.libreoffice.org/44347 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.hxx')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx
index ebfa57f066fb..46c098d6e2f1 100644
--- a/dbaccess/source/ui/dlg/tablespage.hxx
+++ b/dbaccess/source/ui/dlg/tablespage.hxx
@@ -31,7 +31,7 @@ namespace dbaui
// OTableSubscriptionPage
class OTableSubscriptionDialog;
- class OTableSubscriptionPage
+ class OTableSubscriptionPage final
:public OGenericAdministrationPage
{
private:
@@ -59,7 +59,7 @@ namespace dbaui
virtual ~OTableSubscriptionPage() override;
virtual void dispose() override;
- protected:
+ private:
virtual void fillControls(std::vector< ISaveValueWrapper* >& _rControlList) override;
virtual void fillWindows(std::vector< ISaveValueWrapper* >& _rControlList) override;
@@ -67,8 +67,6 @@ namespace dbaui
DECL_LINK( OnTreeEntryChecked, void*, void );
DECL_LINK( OnTreeEntryButtonChecked, SvTreeListBox*, void );
- private:
-
/** check the tables in <member>m_aTablesList</member> according to <arg>_rTables</arg>
*/
void implCheckTables(const css::uno::Sequence< OUString >& _rTables);