summaryrefslogtreecommitdiff
path: root/include/basic/modsizeexceeded.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/modsizeexceeded.hxx')
-rw-r--r--include/basic/modsizeexceeded.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basic/modsizeexceeded.hxx b/include/basic/modsizeexceeded.hxx
index 2a6a304e0169..0aee5d237c0f 100644
--- a/include/basic/modsizeexceeded.hxx
+++ b/include/basic/modsizeexceeded.hxx
@@ -36,8 +36,8 @@ public:
// UNO interface
public:
- virtual css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > SAL_CALL getContinuations() throw( css::uno::RuntimeException, std::exception ) override { return m_lContinuations; }
- css::uno::Any SAL_CALL getRequest() throw( css::uno::RuntimeException, std::exception ) override
+ virtual css::uno::Sequence< css::uno::Reference< css::task::XInteractionContinuation > > SAL_CALL getContinuations() override { return m_lContinuations; }
+ css::uno::Any SAL_CALL getRequest() override
{
return m_aRequest;
}