summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/finteraction.hxx
diff options
context:
space:
mode:
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;