summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/TextConnectionHelper.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/TextConnectionHelper.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/TextConnectionHelper.hxx')
-rw-r--r--dbaccess/source/ui/dlg/TextConnectionHelper.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/TextConnectionHelper.hxx b/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
index 61074846f264..8a134b5c84f7 100644
--- a/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
+++ b/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
@@ -40,7 +40,7 @@ namespace dbaui
#define TC_CHARSET ((short)0x08) // not yet implemented
// OTextConnectionPage
- class OTextConnectionHelper : public TabPage
+ class OTextConnectionHelper final : public TabPage
{
public:
OTextConnectionHelper( vcl::Window* pParent, const short _nAvailableSections );
@@ -75,11 +75,9 @@ namespace dbaui
short m_nAvailableSections;
- protected:
DECL_LINK(OnSetExtensionHdl,RadioButton&,void);
DECL_LINK(OnEditModified, Edit&, void);
- private:
OUString GetSeparator( const ComboBox& rBox, const OUString& rList );
void SetSeparator( ComboBox& rBox, const OUString& rList, const OUString& rVal );
void SetExtension(const OUString& _rVal);