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 368d154e9eee..6ced44ba5bb8 100644 --- a/include/sfx2/newstyle.hxx +++ b/include/sfx2/newstyle.hxx @@ -44,7 +44,7 @@ private: public: SfxNewStyleDlg( Window* pParent, SfxStyleSheetBasePool& ); - ~SfxNewStyleDlg(); + virtual ~SfxNewStyleDlg(); OUString GetName() const { return comphelper::string::stripStart(m_pColBox->GetText(), ' '); } }; |