summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/templdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/sfx2/templdlg.hxx')
-rw-r--r--sfx2/inc/sfx2/templdlg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/templdlg.hxx b/sfx2/inc/sfx2/templdlg.hxx
index e235e760698c..02132266e6d3 100644
--- a/sfx2/inc/sfx2/templdlg.hxx
+++ b/sfx2/inc/sfx2/templdlg.hxx
@@ -47,6 +47,9 @@ class ISfxTemplateCommon
public:
virtual SfxStyleFamily GetActualFamily() const = 0;
virtual String GetSelectedEntry() const = 0;
+
+protected:
+ ~ISfxTemplateCommon() {}
};
// class SfxTemplateDialog -----------------------------------------------