summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filinsreq.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filinsreq.hxx')
-rw-r--r--ucb/source/ucp/file/filinsreq.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/ucb/source/ucp/file/filinsreq.hxx b/ucb/source/ucp/file/filinsreq.hxx
index 549f008daaa0..93c526f3571d 100644
--- a/ucb/source/ucp/file/filinsreq.hxx
+++ b/ucb/source/ucp/file/filinsreq.hxx
@@ -45,14 +45,12 @@ class XInteractionSupplyNameImpl : public cppu::WeakImplHelper<
{
}
- virtual void SAL_CALL select()
- throw (css::uno::RuntimeException, std::exception) override
+ virtual void SAL_CALL select() override
{
m_bSelected = true;
}
- void SAL_CALL setName(const OUString& Name)
- throw(css::uno::RuntimeException, std::exception) override
+ void SAL_CALL setName(const OUString& Name) override
{
m_aNewName = Name;
}
@@ -84,8 +82,7 @@ class XInteractionSupplyNameImpl : public cppu::WeakImplHelper<
{
}
- virtual void SAL_CALL select()
- throw (css::uno::RuntimeException, std::exception) override
+ virtual void SAL_CALL select() override
{
m_bSelected = true;
}