summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/paramdialog.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/inc/paramdialog.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/inc/paramdialog.hxx')
-rw-r--r--dbaccess/source/ui/inc/paramdialog.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/paramdialog.hxx b/dbaccess/source/ui/inc/paramdialog.hxx
index bfc6e44234dc..dfe396321a41 100644
--- a/dbaccess/source/ui/inc/paramdialog.hxx
+++ b/dbaccess/source/ui/inc/paramdialog.hxx
@@ -57,11 +57,10 @@ namespace dbaui
{
// OParameterDialog
- class OParameterDialog
+ class OParameterDialog final
:public ModalDialog
,public ::svxform::OParseContextClient
{
- protected:
// the controls
VclPtr<ListBox> m_pAllParams;
VclPtr<Edit> m_pParam;
@@ -100,10 +99,9 @@ namespace dbaui
const css::uno::Sequence< css::beans::PropertyValue >&
getValues() const { return m_aFinalValues; }
- protected:
+ private:
void Construct();
- private:
DECL_LINK(OnVisitedTimeout, Timer*, void);
DECL_LINK(OnValueModified, Edit&, void);
DECL_LINK(OnEntryListBoxSelected, ListBox&, void);