summaryrefslogtreecommitdiff
path: root/include/svx/ParaSpacingControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/ParaSpacingControl.hxx')
-rw-r--r--include/svx/ParaSpacingControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/ParaSpacingControl.hxx b/include/svx/ParaSpacingControl.hxx
index b4e287c2370f..17f46b4650f6 100644
--- a/include/svx/ParaSpacingControl.hxx
+++ b/include/svx/ParaSpacingControl.hxx
@@ -34,7 +34,7 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
ParaULSpacingControl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx);
- virtual ~ParaULSpacingControl();
+ virtual ~ParaULSpacingControl() override;
virtual void StateChanged(sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState) override;
@@ -48,7 +48,7 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
ParaLRSpacingControl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx);
- virtual ~ParaLRSpacingControl();
+ virtual ~ParaLRSpacingControl() override;
virtual void SAL_CALL dispose()
throw (css::uno::RuntimeException, std::exception) override;