diff options
Diffstat (limited to 'include/sfx2/mgetempl.hxx')
-rw-r--r-- | include/sfx2/mgetempl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/mgetempl.hxx b/include/sfx2/mgetempl.hxx index 78408344b20a..f5bc75e6afaa 100644 --- a/include/sfx2/mgetempl.hxx +++ b/include/sfx2/mgetempl.hxx @@ -79,7 +79,7 @@ friend class SfxStyleDialog; void UpdateName_Impl(ListBox *, const OUString &rNew); void SetDescriptionText_Impl(); - virtual ~SfxManageStyleSheetPage(); + virtual ~SfxManageStyleSheetPage() override; virtual void dispose() override; static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* ); |