summaryrefslogtreecommitdiff
path: root/sd/source/filter/html/pubdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/html/pubdlg.cxx')
-rw-r--r--sd/source/filter/html/pubdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx
index 7476251ca319..1f9ffad68546 100644
--- a/sd/source/filter/html/pubdlg.cxx
+++ b/sd/source/filter/html/pubdlg.cxx
@@ -344,7 +344,7 @@ private:
public:
SdDesignNameDlg(vcl::Window* pWindow, const OUString& aName );
- virtual ~SdDesignNameDlg();
+ virtual ~SdDesignNameDlg() override;
virtual void dispose() override;
OUString GetDesignName();
DECL_LINK_TYPED(ModifyHdl, Edit&, void);