summaryrefslogtreecommitdiff
path: root/svtools/source/filter/exportdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/filter/exportdialog.hxx')
-rw-r--r--svtools/source/filter/exportdialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter/exportdialog.hxx b/svtools/source/filter/exportdialog.hxx
index 03d8e6fbd0e8..5a435b0b7372 100644
--- a/svtools/source/filter/exportdialog.hxx
+++ b/svtools/source/filter/exportdialog.hxx
@@ -172,7 +172,7 @@ public:
const css::uno::Reference< css::uno::XComponentContext >& rxContext,
const css::uno::Reference< css::lang::XComponent >& rxSourceDocument,
bool bExportSelection, bool bIsExportVectorFormat );
- virtual ~ExportDialog();
+ virtual ~ExportDialog() override;
virtual void dispose() override;
};