summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc/dp_interact.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/inc/dp_interact.h')
-rw-r--r--desktop/source/deployment/inc/dp_interact.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/inc/dp_interact.h b/desktop/source/deployment/inc/dp_interact.h
index 22a287f66461..2cabec56d41a 100644
--- a/desktop/source/deployment/inc/dp_interact.h
+++ b/desktop/source/deployment/inc/dp_interact.h
@@ -118,7 +118,7 @@ public:
inline bool isAborted() const { return m_aborted; }
// XAbortChannel
- virtual void SAL_CALL sendAbort() throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL sendAbort() override;
class SAL_DLLPRIVATE Chain
{