diff options
Diffstat (limited to 'sc/source/ui/inc/tpview.hxx')
-rw-r--r-- | sc/source/ui/inc/tpview.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tpview.hxx b/sc/source/ui/inc/tpview.hxx index 23e58d3c4b6a..0861c17e18e4 100644 --- a/sc/source/ui/inc/tpview.hxx +++ b/sc/source/ui/inc/tpview.hxx @@ -70,7 +70,7 @@ class ScTpContentOptions : public SfxTabPage ScTpContentOptions( Window* pParent, const SfxItemSet& rArgSet ); - ~ScTpContentOptions(); + virtual ~ScTpContentOptions(); public: static SfxTabPage* Create ( Window* pParent, @@ -120,7 +120,7 @@ class ScTpLayoutOptions : public SfxTabPage ScTpLayoutOptions( Window* pParent, const SfxItemSet& rArgSet ); - ~ScTpLayoutOptions(); + virtual ~ScTpLayoutOptions(); public: static SfxTabPage* Create ( Window* pParent, |