summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/finteraction.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/finteraction.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/finteraction.hxx')
-rw-r--r--dbaccess/source/ui/dlg/finteraction.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/finteraction.hxx b/dbaccess/source/ui/dlg/finteraction.hxx
index 9c78f99ee8c1..350cd9f8029a 100644
--- a/dbaccess/source/ui/dlg/finteraction.hxx
+++ b/dbaccess/source/ui/dlg/finteraction.hxx
@@ -32,9 +32,8 @@ namespace dbaui
/** a InteractionHandler implementation which extends another handler with some customizability
*/
- class OFilePickerInteractionHandler : public OFilePickerInteractionHandler_Base
+ class OFilePickerInteractionHandler final : public OFilePickerInteractionHandler_Base
{
- protected:
css::uno::Reference< css::task::XInteractionHandler >
m_xMaster; // our master handler
bool m_bDoesNotExist;
@@ -44,7 +43,7 @@ namespace dbaui
bool isDoesNotExist() const { return m_bDoesNotExist; }
- protected:
+ private:
// XInteractionHandler
virtual void SAL_CALL handle( const css::uno::Reference< css::task::XInteractionRequest >& _rxRequest ) override;