summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx')
-rw-r--r--sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx b/sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx
index 749d65f86b05..8eccfda91708 100644
--- a/sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx
+++ b/sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx
@@ -64,12 +64,12 @@ public:
return ::cppu::queryInterface(aType, static_cast<lang::XServiceInfo*>(this));
}
- void SAL_CALL acquire() throw ()
+ void SAL_CALL acquire() throw () override
{
ToolboxController::acquire();
}
- void SAL_CALL release() throw ()
+ void SAL_CALL release() throw () override
{
ToolboxController::release();
}
@@ -132,12 +132,12 @@ public:
return ::cppu::queryInterface(aType, static_cast<lang::XServiceInfo*>(this));
}
- void SAL_CALL acquire() throw ()
+ void SAL_CALL acquire() throw () override
{
ToolboxController::acquire();
}
- void SAL_CALL release() throw ()
+ void SAL_CALL release() throw () override
{
ToolboxController::release();
}