summaryrefslogtreecommitdiff
path: root/sw/source/uibase/app/apphdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/app/apphdl.cxx')
-rw-r--r--sw/source/uibase/app/apphdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/apphdl.cxx b/sw/source/uibase/app/apphdl.cxx
index 22eeb3dd072e..5b5e8e06637b 100644
--- a/sw/source/uibase/app/apphdl.cxx
+++ b/sw/source/uibase/app/apphdl.cxx
@@ -396,7 +396,7 @@ class SwMailMergeWizardExecutor : public salhelper::SimpleReferenceObject
public:
SwMailMergeWizardExecutor();
- virtual ~SwMailMergeWizardExecutor();
+ virtual ~SwMailMergeWizardExecutor() override;
void ExecuteMailMergeWizard( const SfxItemSet * pArgs );
};