summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpintreq.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpintreq.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftpintreq.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpintreq.hxx b/ucb/source/ucp/ftp/ftpintreq.hxx
index 3bab88b5f6c1..409dbdb9c4b0 100644
--- a/ucb/source/ucp/ftp/ftpintreq.hxx
+++ b/ucb/source/ucp/ftp/ftpintreq.hxx
@@ -42,7 +42,7 @@ namespace ftp {
virtual void SAL_CALL select()
throw (css::uno::RuntimeException,
- std::exception) SAL_OVERRIDE;
+ std::exception) override;
bool isSelected() const { return m_bSelected;}
@@ -62,7 +62,7 @@ namespace ftp {
XInteractionDisapproveImpl();
virtual void SAL_CALL select()
- throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (com::sun::star::uno::RuntimeException, std::exception) override;
private: