summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpintreq.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpintreq.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpintreq.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/ucb/source/ucp/ftp/ftpintreq.cxx b/ucb/source/ucp/ftp/ftpintreq.cxx
index 380b7df711b1..e660153807c4 100644
--- a/ucb/source/ucp/ftp/ftpintreq.cxx
+++ b/ucb/source/ucp/ftp/ftpintreq.cxx
@@ -40,8 +40,6 @@ XInteractionApproveImpl::XInteractionApproveImpl()
}
void SAL_CALL XInteractionApproveImpl::select()
- throw (RuntimeException,
- std::exception)
{
m_bSelected = true;
}
@@ -55,8 +53,6 @@ XInteractionDisapproveImpl::XInteractionDisapproveImpl()
}
void SAL_CALL XInteractionDisapproveImpl::select()
- throw (RuntimeException,
- std::exception)
{
m_bSelected = true;
}