summaryrefslogtreecommitdiff
path: root/include/svx/pagectrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/pagectrl.hxx')
-rw-r--r--include/svx/pagectrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/pagectrl.hxx b/include/svx/pagectrl.hxx
index ebec43cf2d75..e91281803158 100644
--- a/include/svx/pagectrl.hxx
+++ b/include/svx/pagectrl.hxx
@@ -79,7 +79,7 @@ protected:
public:
SvxPageWindow( Window* pParent );
- ~SvxPageWindow();
+ virtual ~SvxPageWindow();
void SetWidth( long nW ) { aSize.Width() = nW; }
void SetHeight( long nH ) { aSize.Height() = nH; }