summaryrefslogtreecommitdiff
path: root/include/sfx2/styledlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/styledlg.hxx')
-rw-r--r--include/sfx2/styledlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/styledlg.hxx b/include/sfx2/styledlg.hxx
index 366703ea9bc9..fec8446742df 100644
--- a/include/sfx2/styledlg.hxx
+++ b/include/sfx2/styledlg.hxx
@@ -39,7 +39,7 @@ public:
SfxStyleDialog(Window* pParent, const OString& rID,
const OUString& rUIXMLDescription, SfxStyleSheetBase&);
- ~SfxStyleDialog();
+ virtual ~SfxStyleDialog();
SfxStyleSheetBase& GetStyleSheet() { return *pStyle; }
const SfxStyleSheetBase& GetStyleSheet() const { return *pStyle; }