summaryrefslogtreecommitdiff
path: root/include/svx/galbrws.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/galbrws.hxx')
-rw-r--r--include/svx/galbrws.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/galbrws.hxx b/include/svx/galbrws.hxx
index f4753f6614d3..169db3dbe52e 100644
--- a/include/svx/galbrws.hxx
+++ b/include/svx/galbrws.hxx
@@ -30,7 +30,7 @@ class SVX_DLLPUBLIC GalleryChildWindow : public SfxChildWindow
{
public:
GalleryChildWindow( Window*, sal_uInt16, SfxBindings*, SfxChildWinInfo* );
- ~GalleryChildWindow();
+ virtual ~GalleryChildWindow();
SFX_DECL_CHILDWINDOW_WITHID( GalleryChildWindow );
};
@@ -72,7 +72,7 @@ public:
GalleryBrowser( SfxBindings* pBindings, SfxChildWindow* pCW,
Window* pParent, const ResId& rResId );
- ~GalleryBrowser();
+ virtual ~GalleryBrowser();
sal_Bool KeyInput( const KeyEvent& rKEvt, Window* pWindow );
};