summaryrefslogtreecommitdiff
path: root/include/sfx2/infobar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/infobar.hxx')
-rw-r--r--include/sfx2/infobar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/infobar.hxx b/include/sfx2/infobar.hxx
index 091b98134e22..383ebc868b59 100644
--- a/include/sfx2/infobar.hxx
+++ b/include/sfx2/infobar.hxx
@@ -50,7 +50,7 @@ class SfxInfoBarWindow : public Window
SfxInfoBarWindow( Window* parent, const OUString& sId,
const OUString& sMessage,
std::vector< PushButton* > aButtons );
- ~SfxInfoBarWindow( );
+ virtual ~SfxInfoBarWindow( );
virtual const OUString& getId() const { return m_sId; }
virtual void Paint( const Rectangle& ) SAL_OVERRIDE;
@@ -68,7 +68,7 @@ class SfxInfoBarContainerWindow : public Window
public:
SfxInfoBarContainerWindow( SfxInfoBarContainerChild* pChildWin );
- ~SfxInfoBarContainerWindow( );
+ virtual ~SfxInfoBarContainerWindow( );
void appendInfoBar( const OUString& sId, const OUString& sMessage, std::vector< PushButton* > aButtons );
SfxInfoBarWindow* getInfoBar( const OUString& sId );