summaryrefslogtreecommitdiff
path: root/include/comphelper/unique_disposing_ptr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/unique_disposing_ptr.hxx')
-rw-r--r--include/comphelper/unique_disposing_ptr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/comphelper/unique_disposing_ptr.hxx b/include/comphelper/unique_disposing_ptr.hxx
index 6da49fdd2ec7..b8f774a1a1a4 100644
--- a/include/comphelper/unique_disposing_ptr.hxx
+++ b/include/comphelper/unique_disposing_ptr.hxx
@@ -100,7 +100,7 @@ private:
private:
// XEventListener
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& rEvt )
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE
+ throw (::com::sun::star::uno::RuntimeException, std::exception) override
{
bool shutDown = (rEvt.Source == m_xComponent);
@@ -121,12 +121,12 @@ private:
// XTerminateListener
virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& )
throw(::com::sun::star::frame::TerminationVetoException,
- ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE
+ ::com::sun::star::uno::RuntimeException, std::exception) override
{
}
virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& rEvt )
- throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE
+ throw (::com::sun::star::uno::RuntimeException, std::exception) override
{
disposing(rEvt);
}