summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/sidebar
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/sidebar')
-rw-r--r--sw/source/core/uibase/sidebar/PageColumnControl.hxx2
-rw-r--r--sw/source/core/uibase/sidebar/PageMarginControl.hxx2
-rw-r--r--sw/source/core/uibase/sidebar/PageOrientationControl.hxx2
-rw-r--r--sw/source/core/uibase/sidebar/PageSizeControl.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/uibase/sidebar/PageColumnControl.hxx b/sw/source/core/uibase/sidebar/PageColumnControl.hxx
index 875bea370fd7..3ff4202838df 100644
--- a/sw/source/core/uibase/sidebar/PageColumnControl.hxx
+++ b/sw/source/core/uibase/sidebar/PageColumnControl.hxx
@@ -44,7 +44,7 @@ public:
const sal_uInt16 nColumnType,
const bool bLandscape );
- ~PageColumnControl(void);
+ virtual ~PageColumnControl(void);
private:
::svx::sidebar::ValueSetWithTextControl* mpColumnValueSet;
diff --git a/sw/source/core/uibase/sidebar/PageMarginControl.hxx b/sw/source/core/uibase/sidebar/PageMarginControl.hxx
index f32e8846329c..c1fdb94f638a 100644
--- a/sw/source/core/uibase/sidebar/PageMarginControl.hxx
+++ b/sw/source/core/uibase/sidebar/PageMarginControl.hxx
@@ -60,7 +60,7 @@ public:
const sal_Bool bLandscape,
const FieldUnit eFUnit,
const SfxMapUnit eUnit );
- ~PageMarginControl(void);
+ virtual ~PageMarginControl(void);
private:
::svx::sidebar::ValueSetWithTextControl* mpMarginValueSet;
diff --git a/sw/source/core/uibase/sidebar/PageOrientationControl.hxx b/sw/source/core/uibase/sidebar/PageOrientationControl.hxx
index a4cfe4249376..c1927fbb86f1 100644
--- a/sw/source/core/uibase/sidebar/PageOrientationControl.hxx
+++ b/sw/source/core/uibase/sidebar/PageOrientationControl.hxx
@@ -37,7 +37,7 @@ public:
Window* pParent,
PagePropertyPanel& rPanel,
const sal_Bool bLandscape );
- ~PageOrientationControl(void);
+ virtual ~PageOrientationControl(void);
private:
::svx::sidebar::ValueSetWithTextControl* mpOrientationValueSet;
diff --git a/sw/source/core/uibase/sidebar/PageSizeControl.hxx b/sw/source/core/uibase/sidebar/PageSizeControl.hxx
index e1f0313a3649..d1e433da719f 100644
--- a/sw/source/core/uibase/sidebar/PageSizeControl.hxx
+++ b/sw/source/core/uibase/sidebar/PageSizeControl.hxx
@@ -47,7 +47,7 @@ public:
const Paper ePaper,
const sal_Bool bLandscape,
const FieldUnit eFUnit );
- ~PageSizeControl(void);
+ virtual ~PageSizeControl(void);
private:
::svx::sidebar::ValueSetWithTextControl* mpSizeValueSet;