summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuigaldlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/cuigaldlg.hxx')
-rw-r--r--cui/source/inc/cuigaldlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/cuigaldlg.hxx b/cui/source/inc/cuigaldlg.hxx
index fbff91315809..6c3b1eacc30a 100644
--- a/cui/source/inc/cuigaldlg.hxx
+++ b/cui/source/inc/cuigaldlg.hxx
@@ -92,7 +92,7 @@ private:
public:
SearchProgress( Window* pParent, const INetURLObject& rStartURL );
- ~SearchProgress() {};
+ virtual ~SearchProgress() {};
DECL_LINK( CleanUpHdl, void* );
@@ -160,7 +160,7 @@ private:
public:
ActualizeProgress( Window* pWindow, GalleryTheme* pThm );
- ~ActualizeProgress() {};
+ virtual ~ActualizeProgress() {};
virtual short Execute() SAL_OVERRIDE;
};
@@ -220,7 +220,7 @@ private:
public:
TPGalleryThemeGeneral( Window* pParent, const SfxItemSet& rSet );
- ~TPGalleryThemeGeneral() {}
+ virtual ~TPGalleryThemeGeneral() {}
void SetXChgData( ExchangeData* pData );
const ExchangeData* GetXChgData() const { return pData; }
@@ -285,7 +285,7 @@ class TPGalleryThemeProperties : public SfxTabPage
public:
TPGalleryThemeProperties( Window* pWindow, const SfxItemSet& rSet );
- ~TPGalleryThemeProperties();
+ virtual ~TPGalleryThemeProperties();
void SetXChgData( ExchangeData* pData );
const ExchangeData* GetXChgData() const { return pData; }