summaryrefslogtreecommitdiff
path: root/unotools/source/misc/closeveto.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/closeveto.cxx')
-rw-r--r--unotools/source/misc/closeveto.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/misc/closeveto.cxx b/unotools/source/misc/closeveto.cxx
index 6f2adc340b35..7fef9334c64a 100644
--- a/unotools/source/misc/closeveto.cxx
+++ b/unotools/source/misc/closeveto.cxx
@@ -60,11 +60,11 @@ namespace utl
}
// XCloseListener
- virtual void SAL_CALL queryClosing( const EventObject& Source, ::sal_Bool GetsOwnership ) throw (CloseVetoException, RuntimeException, std::exception);
- virtual void SAL_CALL notifyClosing( const EventObject& Source ) throw (RuntimeException, std::exception);
+ virtual void SAL_CALL queryClosing( const EventObject& Source, ::sal_Bool GetsOwnership ) throw (CloseVetoException, RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual void SAL_CALL notifyClosing( const EventObject& Source ) throw (RuntimeException, std::exception) SAL_OVERRIDE;
// XEventListener
- virtual void SAL_CALL disposing( const EventObject& Source) throw (RuntimeException, std::exception);
+ virtual void SAL_CALL disposing( const EventObject& Source) throw (RuntimeException, std::exception) SAL_OVERRIDE;
bool hasOwnership() const { return m_bHasOwnership; }