summaryrefslogtreecommitdiff
path: root/sc/inc/drawpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/drawpage.hxx')
-rw-r--r--sc/inc/drawpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/drawpage.hxx b/sc/inc/drawpage.hxx
index 50a53cc81222..aeda08a21069 100644
--- a/sc/inc/drawpage.hxx
+++ b/sc/inc/drawpage.hxx
@@ -29,7 +29,7 @@ class ScDrawPage: public FmFormPage
{
public:
ScDrawPage(ScDrawLayer& rNewModel, bool bMasterPage = false);
- ~ScDrawPage();
+ virtual ~ScDrawPage();
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoPage() SAL_OVERRIDE;
};