summaryrefslogtreecommitdiff
path: root/include/unotools/progresshandlerwrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/progresshandlerwrap.hxx')
-rw-r--r--include/unotools/progresshandlerwrap.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/unotools/progresshandlerwrap.hxx b/include/unotools/progresshandlerwrap.hxx
index 8ed4b7815d1f..35f71eddc71f 100644
--- a/include/unotools/progresshandlerwrap.hxx
+++ b/include/unotools/progresshandlerwrap.hxx
@@ -36,12 +36,9 @@ public:
ProgressHandlerWrap( css::uno::Reference< css::task::XStatusIndicator > const & xSI );
// XProgressHandler
- virtual void SAL_CALL push( const css::uno::Any& Status )
- throw (css::uno::RuntimeException, std::exception) override;
- virtual void SAL_CALL update( const css::uno::Any& Status )
- throw (css::uno::RuntimeException, std::exception) override;
- virtual void SAL_CALL pop()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL push( const css::uno::Any& Status ) override;
+ virtual void SAL_CALL update( const css::uno::Any& Status ) override;
+ virtual void SAL_CALL pop() override;
};
} // namespace utl