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.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/ucb/source/ucp/ftp/ftpintreq.hxx b/ucb/source/ucp/ftp/ftpintreq.hxx
index 1816662558bb..50356454f05f 100644
--- a/ucb/source/ucp/ftp/ftpintreq.hxx
+++ b/ucb/source/ucp/ftp/ftpintreq.hxx
@@ -40,9 +40,7 @@ namespace ftp {
XInteractionApproveImpl();
- virtual void SAL_CALL select()
- throw (css::uno::RuntimeException,
- std::exception) override;
+ virtual void SAL_CALL select() override;
bool isSelected() const { return m_bSelected;}
@@ -59,8 +57,7 @@ namespace ftp {
XInteractionDisapproveImpl();
- virtual void SAL_CALL select()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL select() override;
private: