diff options
Diffstat (limited to 'include/sfx2/newstyle.hxx')
-rw-r--r-- | include/sfx2/newstyle.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/newstyle.hxx b/include/sfx2/newstyle.hxx index dff6a3119ea4..142f707c7e34 100644 --- a/include/sfx2/newstyle.hxx +++ b/include/sfx2/newstyle.hxx @@ -45,7 +45,7 @@ private: public: SfxNewStyleDlg( vcl::Window* pParent, SfxStyleSheetBasePool& ); - virtual ~SfxNewStyleDlg(); + virtual ~SfxNewStyleDlg() override; virtual void dispose() override; OUString GetName() const { return comphelper::string::stripStart(m_pColBox->GetText(), ' '); } |