diff options
Diffstat (limited to 'include/svx/clipboardctl.hxx')
-rw-r--r-- | include/svx/clipboardctl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/clipboardctl.hxx b/include/svx/clipboardctl.hxx index 813fafb3285e..9faedb483924 100644 --- a/include/svx/clipboardctl.hxx +++ b/include/svx/clipboardctl.hxx @@ -43,7 +43,7 @@ public: SFX_DECL_TOOLBOX_CONTROL(); SvxClipBoardControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ); - ~SvxClipBoardControl(); + virtual ~SvxClipBoardControl(); virtual SfxPopupWindowType GetPopupWindowType() const SAL_OVERRIDE; virtual SfxPopupWindow* CreatePopupWindow() SAL_OVERRIDE; |