summaryrefslogtreecommitdiff
path: root/fpicker/source/office/fpinteraction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/fpinteraction.hxx')
-rw-r--r--fpicker/source/office/fpinteraction.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/fpinteraction.hxx b/fpicker/source/office/fpinteraction.hxx
index 2524082cf14e..26d82bc61151 100644
--- a/fpicker/source/office/fpinteraction.hxx
+++ b/fpicker/source/office/fpinteraction.hxx
@@ -72,7 +72,7 @@ namespace svt
virtual void SAL_CALL handle( const css::uno::Reference< css::task::XInteractionRequest >& _rxRequest ) throw (css::uno::RuntimeException, std::exception) override;
private:
- virtual ~OFilePickerInteractionHandler();
+ virtual ~OFilePickerInteractionHandler() override;
};