summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/diactrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/diactrl.hxx')
-rw-r--r--sd/source/ui/inc/diactrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/diactrl.hxx b/sd/source/ui/inc/diactrl.hxx
index 6e5a725616fd..93ff077e4a4d 100644
--- a/sd/source/ui/inc/diactrl.hxx
+++ b/sd/source/ui/inc/diactrl.hxx
@@ -42,7 +42,7 @@ protected:
public:
SdPagesField( vcl::Window* pParent,
const css::uno::Reference< css::frame::XFrame >& rFrame );
- virtual ~SdPagesField();
+ virtual ~SdPagesField() override;
void UpdatePagesField( const SfxUInt16Item* pItem );
};
@@ -59,7 +59,7 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
SdTbxCtlDiaPages( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
- virtual ~SdTbxCtlDiaPages();
+ virtual ~SdTbxCtlDiaPages() override;
};
#endif // INCLUDED_SD_SOURCE_UI_INC_DIACTRL_HXX